AuthScheme Property
The scheme used for authentication. Accepted entries are: Auto, , AwsRootKeys , AwsIAMRoles , AwsEC2Roles , AwsMFA , AwsCredentialsFile.
Data Type
StringDefault Value
"Auto"Remarks
Use the following options to select your authentication scheme:
- Auto: Set this to have the adapter attempt to automatically resolve the proper authentication scheme to use based on the other connection properties specified.
- TemporaryCredentials: Set this to leverage temporary security credentials alongside a session token to connect.
- AwsRootKeys: Set this to use the root user access key and secret. Useful for quickly testing, but production use cases are encouraged to use something with narrowed permissions.
- AwsIAMRoles: Set to use IAM Roles for the connection.
- AwsEC2Roles: Set this to automatically use IAM Roles assigned to the EC2 machine the CData BizTalk Adapter for Amazon DynamoDB is currently running on.
- AwsMFA: Set to use multi factor authentication.
- AwsCredentialsFile: Set to use a credential file for authentication.