SchemaArgs

data class SchemaArgs(val connectionId: Output<String>? = null, val content: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val status: Output<Either<String, SchemaStatus>>? = null) : ConvertibleToJava<SchemaArgs>

The schema object.

Constructors

Link copied to clipboard
constructor(connectionId: Output<String>? = null, content: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null, status: Output<Either<String, SchemaStatus>>? = null)

Properties

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

Connection ID associated with this schema

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

Content of the schema

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

ID associated with this schema

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

Name of the schema

Link copied to clipboard
val status: Output<Either<String, SchemaStatus>>? = null

Status of the schema

Functions

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