authorizationToken property
A base64-encoded string that contains authorization data for the specified
Amazon ECR registry. When the string is decoded, it is presented in the
format user:password
for private registry authentication using
docker login
.
Implementation
final String? authorizationToken;