RegistryArgs

data class RegistryArgs(val description: Output<String>? = null, val registryName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RegistryArgs>

Resource Type definition for AWS::EventSchemas::Registry

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, registryName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

A description of the registry to be created.

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

The name of the schema registry.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags associated with the resource.

Functions

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