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
fun RegistryPolicyArgs(policy: Output<Any>? = null, registryName: Output<String>? = null, revisionId: Output<String>? = null)

Functions

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

Properties

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