Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...

ParameterData TypeDescriptionDefault ValueExample 
LabelString

Required. Unique user-provided label for the account.

N/ADynamoDB Account
AWS Access Key IDString/Expression

Required. Enter the access key ID associated with your AWS authentication.

N/AABCDEFGHIJKL1MNOPQRS
AWS Secret KeyString/ExpressionRequired. Enter the secret key associated with your AWS authentication.N/AaBcdeFGhiJKLM/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

FwoGZXIvYXdzEB0aDFkcmar63IhkrPtdoCLyASlG9Sc
L8XqQ4OUDYojrrZ9vTBMZq7NykwIMBat1NkmfK
5gci0RGvH3v57aKNLgvY0e91m/F91lxXuj1E7X7s
bXJWrDIsWq7xJ5pBFBiiDsE2F8hE6xfkbj1po9
aie3zEJYpgCv7oyFQiH/hF8qQt1ozicpiUqeERn3Hqj+KazH7PowK
3Bznhw9gwkxqARGYZn7aeTtMgEnpA+Y8DcVY123elFUNr6U2u
V0YDF1M8xwQTAt3YcULEWYMWni0XSJs/a7nsQGgC1BxT9WM
6XnaMfq1MZ+jAopb3cZKrBvdO9AGSJ8bT5rnx8mZcXnmLjYWVZ
niKKr1lpQGMiuvAzTrqh2+1vRkZ7tkExBFy0nqJSmJLtm0ywGYurYQ++na7yeQxd026Ne6

AWS End PointString/ExpressionRequired. Enter the AWS end point URL. See AWS Service end points for more information.N/Adynamodb.us-west-1.amazonaws.com
AWS RegionString/Expression

Enter the AWS region where the application is running. Allowed values are:

  • us-east-1
  • us-west-1
  • us-west-2
  • eu-west-1
  • eu-central-1
  • ap-southeast-1
  • ap-southeast-2
  • ap-northeast-1
  • sa-east-1
N/Aap-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:

  • HighAWS access key ID, AWS secret key

  • Medium + HighAWS access key ID, AWS secret key

  • Low + Medium + HighAWS access key ID, AWS secret key

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:

...