SchemaVersionSchema

data class SchemaVersionSchema(val registryName: String? = null, val schemaArn: String? = null, val schemaName: String? = null)

Identifier for the schema where the schema version will be created.

Constructors

Link copied to clipboard
constructor(registryName: String? = null, schemaArn: String? = null, schemaName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val registryName: String? = null

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

Link copied to clipboard
val schemaArn: String? = null

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

Link copied to clipboard
val schemaName: String? = null

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