class Aws::ECR::Types::PutImageTagMutabilityRequest

@note When making an API call, you may pass PutImageTagMutabilityRequest

data as a hash:

    {
      registry_id: "RegistryId",
      repository_name: "RepositoryName", # required
      image_tag_mutability: "MUTABLE", # required, accepts MUTABLE, IMMUTABLE
    }

@!attribute [rw] registry_id

The Amazon Web Services account ID associated with the registry that
contains the repository in which to update the image tag mutability
settings. If you do not specify a registry, the default registry is
assumed.
@return [String]

@!attribute [rw] repository_name

The name of the repository in which to update the image tag
mutability settings.
@return [String]

@!attribute [rw] image_tag_mutability

The tag mutability setting for the repository. If `MUTABLE` is
specified, image tags can be overwritten. If `IMMUTABLE` is
specified, all image tags within the repository will be immutable
which will prevent them from being overwritten.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImageTagMutabilityRequest AWS API Documentation

Constants

SENSITIVE