PutImageTagMutabilityRequest
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
The name of the repository in which to update the image tag mutability settings.
Functions
Link copied to clipboard
inline fun copy(block: PutImageTagMutabilityRequest.Builder.() -> Unit = {}): PutImageTagMutabilityRequest