Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
24 changes: 0 additions & 24 deletions src/_data/catalog/destinations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down Expand Up @@ -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: ''
Expand Down