SchemaVersionSchemaArgs

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
constructor(registryName: Output<String>? = null, schemaArn: Output<String>? = null, schemaName: Output<String>? = null)

Properties

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

Name of the registry to identify where the Schema is located.

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

Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.

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

Name of the schema. This parameter requires RegistryName to be provided.

Functions

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