diff --git a/.gitignore b/.gitignore index 88b9de98ad..3c99955605 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules/ src/assets/docs.bundle.js yarn-error.log .yarn/install-state.gz +.yarn/cache/ # Make sure to update `analytics` to the full path to your Typewriter client. .vscode/spellright.dict diff --git a/src/_data/catalog/destinations.yml b/src/_data/catalog/destinations.yml index 5e7688f28f..2dec4c28da 100644 --- a/src/_data/catalog/destinations.yml +++ b/src/_data/catalog/destinations.yml @@ -77657,22 +77657,6 @@ items: mobile: false server: true settings: - - name: accessKeyId - type: string - defaultValue: '' - description: >- - The Access Key ID for your AWS IAM instance. Must be populated if using - AWS IAM Authentication Mechanism. - required: false - label: AWS Access Key ID - - name: authorizationIdentity - type: string - defaultValue: '' - description: >- - AWS IAM role ARN used for authorization. This field is optional, and - should only be populated if using the AWS IAM Authentication Mechanism. - required: false - label: AWS Authorization Identity - name: brokers type: string defaultValue: '' @@ -77706,14 +77690,6 @@ items: PLAIN or SCRAM Authentication Mechanisms. required: false label: Password - - name: secretAccessKey - type: password - defaultValue: '' - description: >- - The Secret Key for your AWS IAM instance. Must be populated if using AWS - IAM Authentication Mechanism. - required: false - label: AWS Secret Key - name: ssl_ca type: string defaultValue: ''