In this article
...
Parameter | Data Type | Description | Default Value | Example |
---|---|---|---|---|
Label | String | Required. Unique user-provided label for the account. | N/A | DynamoDB Account |
AWS Access Key ID | String/Expression | Required. Enter the access key ID associated with your AWS authentication. | N/A | ABCDEFGHIJKL1MNOPQRS |
AWS Secret Key | String/Expression | Required. Enter the secret key associated with your AWS authentication. | N/A | aBcdeFGhiJKLM/N1OPQRS/t |
AWS Security Token | String/Expression | Specify the security token to get temporary access to AWS resources using temporary credentials. Learn more about adding signature to the HTTP request - AWS General Reference. | N/A |
|
AWS End Point | String/Expression | Required. Enter the AWS end point URL. See AWS Service end points for more information. | N/A | dynamodb.us-west-1.amazonaws.com |
AWS Region | String/Expression | Enter the AWS region where the application is running. Allowed values are:
| N/A | ap-northeast-1 |
Account Encryption
Standard Encryption | If you are using Standard Encryption, the High sensitivity settings under Enhanced Encryption are followed. |
---|---|
Enhanced Encryption | If you have the Enhanced Encryption feature, the account fields are encrypted for each sensitivity level as shown below for this account:
|
Dynamo DB Permissions
The ListTables permission requires all resources (*) to be selected (as it needs to be able to list all the DynamoDB tables), but the others can have policies that are more limited (for example, to a particular table) as per the DynamoDB API Permissions reference. The most basic and permissive Policy document that could be assigned to the user that would guarantee all the required permissions are granted would be:
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...