FieldDefinitionArgs

data class FieldDefinitionArgs(val isEncrypted: Output<Boolean>? = null, val isOptional: Output<Boolean>? = null, val type: Output<String>) : ConvertibleToJava<FieldDefinitionArgs>

Definition of the connection fields.

Constructors

Link copied to clipboard
constructor(isEncrypted: Output<Boolean>? = null, isOptional: Output<Boolean>? = null, type: Output<String>)

Properties

Link copied to clipboard
val isEncrypted: Output<Boolean>? = null

Gets or sets the isEncrypted flag of the connection field definition.

Link copied to clipboard
val isOptional: Output<Boolean>? = null

Gets or sets the isOptional flag of the connection field definition.

Link copied to clipboard
val type: Output<String>

Gets or sets the type of the connection field definition.

Functions

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