Skip to content

Put Registry Policy

ecr_put_registry_policy R Documentation

Creates or updates the permissions policy for your registry

Description

Creates or updates the permissions policy for your registry.

A registry policy is used to specify permissions for another Amazon Web Services account and is used when configuring cross-account replication. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.

Usage

ecr_put_registry_policy(policyText)

Arguments

policyText

[required] The JSON policy text to apply to your registry. The policy text follows the same format as IAM policy text. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.

Value

A list with the following syntax:

list(
  registryId = "string",
  policyText = "string"
)

Request syntax

svc$put_registry_policy(
  policyText = "string"
)