class Aws::ECRPublic::Types::AuthorizationData

An authorization token data object that corresponds to a public registry.

@!attribute [rw] authorization_token

A base64-encoded string that contains authorization data for a
public Amazon ECR registry. When the string is decoded, it is
presented in the format `user:password` for public registry
authentication using `docker login`.
@return [String]

@!attribute [rw] expires_at

The Unix time in seconds and milliseconds when the authorization
token expires. Authorization tokens are valid for 12 hours.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/AuthorizationData AWS API Documentation

Constants

SENSITIVE