Enterprise Channel Properties Args
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)