Channel Connection Args
data class ChannelConnectionArgs(val activationToken: Output<String>? = null, val channel: Output<String>? = null, val channelConnectionId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<ChannelConnectionArgs>
Create a new ChannelConnection in a particular project and location.
Constructors
Properties
Link copied to clipboard
Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.
Link copied to clipboard
Required. The user-provided ID to be assigned to the channel connection.