Jump to Content

Interface PutImageTagMutabilityRequest

Hierarchy

Properties

imageTagMutability: undefined | string

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.

registryId?: string

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.

repositoryName: undefined | string

The name of the repository in which to update the image tag mutability settings.