ConnectorDefinitionsAvailabilityArgs

data class ConnectorDefinitionsAvailabilityArgs(val isPreview: Output<Boolean>? = null, val status: Output<Int>? = null) : ConvertibleToJava<ConnectorDefinitionsAvailabilityArgs>

The exposure status of the connector to the customers.

Constructors

Link copied to clipboard
constructor(isPreview: Output<Boolean>? = null, status: Output<Int>? = null)

Properties

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

Gets or sets a value indicating whether the connector is preview.

Link copied to clipboard
val status: Output<Int>? = null

The exposure status of the connector to the customers. Available values are 0-4 (0=None, 1=Available, 2=FeatureFlag, 3=Internal).

Functions

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