Schema Version Schema Args
data class SchemaVersionSchemaArgs(val registryName: Output<String>? = null, val schemaArn: Output<String>? = null, val schemaName: Output<String>? = null) : ConvertibleToJava<SchemaVersionSchemaArgs>
Identifier for the schema where the schema version will be created.
Constructors
Link copied to clipboard
fun SchemaVersionSchemaArgs(registryName: Output<String>? = null, schemaArn: Output<String>? = null, schemaName: Output<String>? = null)