class Aws::ECRPublic::Types::RegistryAlias
An object representing the aliases for a public registry. A public registry is given an alias upon creation but a custom alias can be set using the Amazon ECR console. For more information, see
- Registries][1
-
in the *Amazon Elastic Container
Registry
User Guide*.
[1]: docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html
@!attribute [rw] name
The name of the registry alias. @return [String]
@!attribute [rw] status
The status of the registry alias. @return [String]
@!attribute [rw] primary_registry_alias
Whether or not the registry alias is the primary alias for the registry. If true, the alias is the primary registry alias and is displayed in both the repository URL and the image URI used in the `docker pull` commands on the Amazon ECR Public Gallery. <note markdown="1"> A registry alias that is not the primary registry alias can be used in the repository URI in a `docker pull` command. </note> @return [Boolean]
@!attribute [rw] default_registry_alias
Whether or not the registry alias is the default alias for the registry. When the first public repository is created, your public registry is assigned a default registry alias. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/RegistryAlias AWS API Documentation
Constants
- SENSITIVE