paws.compute (version 0.1.0)

ecr_set_repository_policy: Applies a repository policy on a specified repository to control access permissions

Description

Applies a repository policy on a specified repository to control access permissions.

Usage

ecr_set_repository_policy(registryId, repositoryName, policyText, force)

Arguments

registryId

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default 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.

force

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

Request syntax

svc$set_repository_policy(
  registryId = "string",
  repositoryName = "string",
  policyText = "string",
  force = TRUE|FALSE
)