get Connection Profile
suspend fun getConnectionProfile(argument: GetConnectionProfilePlainArgs): GetConnectionProfileResult
Gets details of a single 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.datamigration.v1.kotlin.inputs.GetConnectionProfilePlainArgs.