SchemaRegistry

data class SchemaRegistry(val arn: String? = null, val name: String? = null)

Identifier for the registry which the schema is part of.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Amazon Resource Name for the Registry.

Link copied to clipboard
val name: String? = null

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