AwsCredentials

A set of temporary AWS credentials.

Types

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

Properties

Link copied to clipboard

The AWS access key ID.

Link copied to clipboard

The timestamp when the credentials expire.

Link copied to clipboard

The AWS secret access key.

Link copied to clipboard

The AWS session token.

Functions

Link copied to clipboard
inline fun copy(block: AwsCredentials.Builder.() -> Unit = {}): AwsCredentials
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