GetRegistryPolicyResult

data class GetRegistryPolicyResult(val policyText: Any? = null, val registryId: String? = null)

Constructors

Link copied to clipboard
constructor(policyText: Any? = null, registryId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policyText: Any? = null

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 registryId: String? = null

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