TemporaryCredentials

A temporary set of credentials for an 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access key ID for the temporary credentials.

Link copied to clipboard
val expiration: <Error class: unknown class>?

The date and time when the temporary credentials expire.

Link copied to clipboard

The secret key for the temporary credentials.

Link copied to clipboard

The session token for the temporary credentials.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String