Package-level declarations

Types

Link copied to clipboard
data class GetRegistryPlainArgs(val arn: String) : ConvertibleToJava<GetRegistryPlainArgs>
Link copied to clipboard
data class GetSchemaPlainArgs(val arn: String) : ConvertibleToJava<GetSchemaPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetSchemaVersionPlainArgs(val versionId: String) : ConvertibleToJava<GetSchemaVersionPlainArgs>
Link copied to clipboard
data class RegistryTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<RegistryTagArgs>
Link copied to clipboard
Link copied to clipboard
data class SchemaRegistryArgs(val arn: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<SchemaRegistryArgs>

Identifier for the registry which the schema is part of.

Link copied to clipboard
Link copied to clipboard
data class SchemaTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<SchemaTagArgs>
Link copied to clipboard
Link copied to clipboard
data class SchemaVersionArgs(val isLatest: Output<Boolean>? = null, val versionNumber: Output<Int>? = null) : ConvertibleToJava<SchemaVersionArgs>

Specify checkpoint version for update. This is only required to update the Compatibility.

Link copied to clipboard
Link copied to clipboard
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.