SchemaRegistryArgs

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.

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null, name: Output<String>? = null)

Properties

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

Amazon Resource Name for the Registry.

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

Name of the registry in which the schema will be created.

Functions

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