get Channel Connection
suspend fun getChannelConnection(argument: GetChannelConnectionPlainArgs): GetChannelConnectionResult
Get a single ChannelConnection.
Return
null
Parameters
argument
null
suspend fun getChannelConnection(channelConnectionId: String, location: String, project: String? = null): GetChannelConnectionResult
Return
null
Parameters
channel Connection Id
location
project
See also
suspend fun getChannelConnection(argument: suspend GetChannelConnectionPlainArgsBuilder.() -> Unit): GetChannelConnectionResult
Return
null
Parameters
argument
Builder for com.pulumi.googlenative.eventarc.v1.kotlin.inputs.GetChannelConnectionPlainArgs.