Registry Args
data class RegistryArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<RegistryTagArgs>>? = null) : ConvertibleToJava<RegistryArgs>
This resource creates a Registry for authoring schemas as part of Glue Schema Registry.
Constructors
Link copied to clipboard
fun RegistryArgs(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<RegistryTagArgs>>? = null)