RegistryPolicyArgs

data class RegistryPolicyArgs(val policy: Output<Any>? = null, val registryName: Output<String>? = null, val revisionId: Output<String>? = null) : ConvertibleToJava<RegistryPolicyArgs>

Resource Type definition for AWS::EventSchemas::RegistryPolicy

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

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

Properties

Link copied to clipboard
val policy: Output<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: Output<String>? = null

The name of the registry.

Link copied to clipboard
val revisionId: Output<String>? = null

The revision ID of the policy.

Functions

Link copied to clipboard
open override fun toJava(): RegistryPolicyArgs