get Sfdc Channel
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown.
Return
null
Parameters
argument
null
suspend fun getSfdcChannel(location: String, productId: String, project: String? = null, sfdcChannelId: String, sfdcInstanceId: String): GetSfdcChannelResult
Return
null
Parameters
location
product Id
project
sfdc Channel Id
sfdc Instance Id
See also
suspend fun getSfdcChannel(argument: suspend GetSfdcChannelPlainArgsBuilder.() -> Unit): GetSfdcChannelResult
Return
null
Parameters
argument
Builder for com.pulumi.googlenative.integrations.v1alpha.kotlin.inputs.GetSfdcChannelPlainArgs.