EnterpriseChannelPropertiesArgs

data class EnterpriseChannelPropertiesArgs(val nodes: Output<List<EnterpriseChannelNodeArgs>>, val state: Output<Either<String, EnterpriseChannelState>>? = null) : ConvertibleToJava<EnterpriseChannelPropertiesArgs>

The parameters to provide for the Enterprise Channel.

Constructors

Link copied to clipboard
constructor(nodes: Output<List<EnterpriseChannelNodeArgs>>, state: Output<Either<String, EnterpriseChannelState>>? = null)

Properties

Link copied to clipboard

The nodes associated with the Enterprise Channel.

Link copied to clipboard
val state: Output<Either<String, EnterpriseChannelState>>? = null

The current state of the Enterprise Channel.

Functions

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