Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Builder for GetRegistryPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetSchemaPlainArgs.
Link copied to clipboard
data class GetSchemaVersionPlainArgs(val versionId: String) : ConvertibleToJava<GetSchemaVersionPlainArgs>
Link copied to clipboard
Builder for GetSchemaVersionPlainArgs.
Link copied to clipboard
data class RegistryTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<RegistryTagArgs>
Link copied to clipboard
class RegistryTagArgsBuilder
Builder for RegistryTagArgs.
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
Builder for SchemaRegistryArgs.
Link copied to clipboard
data class SchemaTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<SchemaTagArgs>
Link copied to clipboard
class SchemaTagArgsBuilder
Builder for SchemaTagArgs.
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
class SchemaVersionArgsBuilder
Builder for SchemaVersionArgs.
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.
Link copied to clipboard
Builder for SchemaVersionSchemaArgs.