Credentials

The Amazon Web Services Signature Version 4 type of temporary credentials.

Types

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

Properties

Link copied to clipboard

The access key ID that identifies the temporary security credentials.

Link copied to clipboard

The Unix epoch timestamp in seconds when the current credentials expire.

Link copied to clipboard

The secret access key that applications inside the pods use to sign requests.

Link copied to clipboard

The token that applications inside the pods must pass to any service API to use the temporary credentials.

Functions

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