AwsCredentials
A set of temporary AWS credentials.
Contents
- accessKeyId
-
The AWS access key ID.
Type: String
Required: Yes
- expiration
-
The timestamp when the credentials expire.
Type: Timestamp
Required: Yes
- secretAccessKey
-
The AWS secret access key.
Type: String
Required: Yes
- sessionToken
-
The AWS session token.
Type: String
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: