View source: R/ecr_operations.R
ecr_put_image_tag_mutability | R Documentation |
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.
ecr_put_image_tag_mutability(
registryId = NULL,
repositoryName,
imageTagMutability
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.