ecrpublic_set_repository_policy: Applies a repository policy to the specified public...

View source: R/ecrpublic_operations.R

ecrpublic_set_repository_policyR Documentation

Applies a repository policy to the specified public repository to control access permissions

Description

Applies a repository policy to the specified public repository to control access permissions. For more information, see Amazon ECR Repository Policies in the Amazon Elastic Container Registry User Guide.

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

Usage

ecrpublic_set_repository_policy(
  registryId = NULL,
  repositoryName,
  policyText,
  force = NULL
)

Arguments

registryId

The Amazon Web Services account ID that's associated with the registry that contains the repository. If you do not specify a registry, the default public registry is assumed.

repositoryName

[required] The name of the repository to receive the policy.

policyText

[required] The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policies in the Amazon Elastic Container Registry User Guide.

force

If the policy that you want to set on a repository policy would prevent you from setting another policy in the future, you must force the set_repository_policy operation. This prevents accidental repository lockouts.


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