get Connection Profile
suspend fun getConnectionProfile(argument: GetConnectionProfilePlainArgs): GetConnectionProfileResult
Use this method to get details about a connection profile.
Return
null
Parameters
argument
null
suspend fun getConnectionProfile(connectionProfileId: String, location: String, project: String? = null): GetConnectionProfileResult
Return
null
See also
Parameters
connection Profile Id
location
project
suspend fun getConnectionProfile(argument: suspend GetConnectionProfilePlainArgsBuilder.() -> Unit): GetConnectionProfileResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.datastream.v1.kotlin.inputs.GetConnectionProfilePlainArgs.