GetAuthorizationTokenResult

data class GetAuthorizationTokenResult(val authorizationToken: String, val expiresAt: String, val id: String, val password: String, val proxyEndpoint: String, val registryId: String? = null, val userName: String)

A collection of values returned by getAuthorizationToken.

Constructors

Link copied to clipboard
constructor(authorizationToken: String, expiresAt: String, id: String, password: String, proxyEndpoint: String, registryId: String? = null, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Temporary IAM authentication credentials to access the ECR repository encoded in base64 in the form of user_name:password.

Link copied to clipboard

Time in UTC RFC3339 format when the authorization token expires.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Password decoded from the authorization token.

Link copied to clipboard

Registry URL to use in the docker login command.

Link copied to clipboard
val registryId: String? = null
Link copied to clipboard

User name decoded from the authorization token.