ecr_put_registry_policy {paws.compute} | R Documentation |
Creates or updates the permissions policy for your registry
Description
Creates or updates the permissions policy for your registry.
See https://www.paws-r-sdk.com/docs/ecr_put_registry_policy/ for full documentation.
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. |
[Package paws.compute version 0.7.0 Index]