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