Registry Policy Args
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)