getRoute

suspend fun getRoute(argument: GetRoutePlainArgs): GetRouteResult

Use this method to get details about a route.

Return

null

Parameters

argument

null


suspend fun getRoute(location: String, privateConnectionId: String, project: String? = null, routeId: String): GetRouteResult

Return

null

See also

Parameters

location
privateConnectionId
project
routeId

suspend fun getRoute(argument: suspend GetRoutePlainArgsBuilder.() -> Unit): GetRouteResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.datastream.v1.kotlin.inputs.GetRoutePlainArgs.