Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 4.34 KB

File metadata and controls

15 lines (11 loc) · 4.34 KB

DestinationDynamodb

⚠️ DEPRECATED: Typed connector configuration models are deprecated and will be removed in v1.1.0. Pass configuration as a plain dict with a required 'destinationType' key instead..

Fields

Field Type Required Description Example
access_key_id str ✔️ The access key id to access the DynamoDB. Airbyte requires Read and Write permissions to the DynamoDB. A012345678910EXAMPLE
destination_type models.DestinationDynamodbDynamodb ✔️ N/A
dynamodb_endpoint Optional[str] This is your DynamoDB endpoint url.(if you are working with AWS DynamoDB, just leave empty). http://localhost:9000
dynamodb_region Optional[models.DestinationDynamodbDynamoDBRegion] The region of the DynamoDB.
dynamodb_table_name_prefix str ✔️ The prefix to use when naming DynamoDB tables. airbyte_sync
secret_access_key str ✔️ The corresponding secret to the access key id. a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY