RegistryPolicy

class RegistryPolicy : KotlinCustomResource

The `AWS::ECR::RegistryPolicy` resource creates or updates the permissions policy for a private registry. A private registry policy is used to specify permissions for another AWS-account and is used when configuring cross-account replication. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyText: Output<Any>

The JSON policy text for your registry. Search the CloudFormation User Guide for AWS::ECR::RegistryPolicy for more information about the expected schema for this property.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val registryId: Output<String>

The account ID of the private registry the policy is associated with.

Link copied to clipboard
val urn: Output<String>