GetRegistryPolicyResult

data class GetRegistryPolicyResult(val id: String? = null, val policy: Any? = null, val registryName: String? = null, val revisionId: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, policy: Any? = null, registryName: String? = null, revisionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the policy.

Link copied to clipboard
val policy: Any? = null

A resource-based policy. Search the CloudFormation User Guide for AWS::EventSchemas::RegistryPolicy for more information about the expected schema for this property.

Link copied to clipboard
val registryName: String? = null

The name of the registry.

Link copied to clipboard
val revisionId: String? = null

The revision ID of the policy.