AWS Authentication

This section provides a complete list of the AWS Authentication properties you can configure in the connection string for this provider.


Property Description
AWSAccessKey Your AWS account access key. This value is accessible from your AWS security credentials page.
AWSSecretKey Your AWS account secret key. This value is accessible from your AWS security credentials page.
AWSRoleARN The Amazon Resource Name of the role to use when authenticating.
AWSRegion The hosting region for your Amazon Web Services.
AWSSessionToken Your AWS session token.
TemporaryTokenDuration The amount of time (in seconds) an AWS temporary token will last.
AWSExternalId A unique identifier that might be required when you assume a role in another account.