TemporaryCredentials
A temporary set of credentials for an AWS Lake Formation user. These credentials are scoped down to only access the raw data sources that the user has access to.
The temporary security credentials consist of an access key and a session token. The access key consists of an access key ID and a secret key. When the credentials are created, they are associated with an IAM access control policy that limits what the user can do when using the credentials.
Contents
- AccessKeyId
-
The access key ID for the temporary credentials.
Type: String
Required: No
- Expiration
-
The date and time when the temporary credentials expire.
Type: Timestamp
Required: No
- SecretAccessKey
-
The secret key for the temporary credentials.
Type: String
Required: No
- SessionToken
-
The session token for the temporary credentials.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: