SchemaRegistryRefArgs

data class SchemaRegistryRefArgs(val resourceId: Output<String>) : ConvertibleToJava<SchemaRegistryRefArgs>

The reference to the Schema Registry for this AIO Instance.

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>)

Properties

Link copied to clipboard
val resourceId: Output<String>

The resource ID of the Schema Registry.

Functions

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