ecr_put_image_tag_mutability: Updates the image tag mutability settings for the specified...

View source: R/ecr_operations.R

ecr_put_image_tag_mutabilityR Documentation

Updates the image tag mutability settings for the specified repository

Description

Updates the image tag mutability settings for the specified repository. For more information, see Image tag mutability in the Amazon Elastic Container Registry User Guide.

See https://www.paws-r-sdk.com/docs/ecr_put_image_tag_mutability/ for full documentation.

Usage

ecr_put_image_tag_mutability(
  registryId = NULL,
  repositoryName,
  imageTagMutability
)

Arguments

registryId

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

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

imageTagMutability

[required] 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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.