ChannelConnection

Create a new ChannelConnection in a particular project and location.

Properties

Link copied to clipboard
val activationToken: Output<String>

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
val channel: Output<String>

The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in projects/{project}/location/{location}/channels/{channel_id} format.

Link copied to clipboard

Required. The user-provided ID to be assigned to the channel connection.

Link copied to clipboard
val createTime: Output<String>

The creation time.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the connection.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uid: Output<String>

Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.

Link copied to clipboard
val updateTime: Output<String>

The last-modified time.

Link copied to clipboard
val urn: Output<String>