GetRegistryPolicyResult

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

Constructors

Link copied to clipboard
fun GetRegistryPolicyResult(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 to apply to your registry. The policy text follows the same format as IAM policy text. For more information, see Registry permissions (https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html) in the Amazon Elastic Container Registry User Guide.

Link copied to clipboard
val registryId: String? = null