InstancePropertiesArgs

data class InstancePropertiesArgs(val description: Output<String>? = null, val schemaRegistryRef: Output<SchemaRegistryRefArgs>) : ConvertibleToJava<InstancePropertiesArgs>

The properties of the Instance resource.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, schemaRegistryRef: Output<SchemaRegistryRefArgs>)

Properties

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

Detailed description of the Instance.

Link copied to clipboard

The reference to the Schema Registry for this AIO Instance.

Functions

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