get Flow Stream Connection String
suspend fun getFlowStreamConnectionString(argument: GetFlowStreamConnectionStringPlainArgs): GetFlowStreamConnectionStringResult
Get the connection string for the specified flow. Uses Azure REST API version 2024-09-27. Other available API versions: 2025-03-01-preview.
Return
The connection string for the specified streaming flow
Parameters
argument
null
suspend fun getFlowStreamConnectionString(connectionName: String, flowName: String, resourceGroupName: String): GetFlowStreamConnectionStringResult
Return
The connection string for the specified streaming flow
Parameters
connection Name
The name for the connection that is to be requested.
flow Name
The name for the flow that is to be onboarded.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getFlowStreamConnectionString(argument: suspend GetFlowStreamConnectionStringPlainArgsBuilder.() -> Unit): GetFlowStreamConnectionStringResult
Return
The connection string for the specified streaming flow
Parameters
argument
Builder for com.pulumi.azurenative.azuredatatransfer.kotlin.inputs.GetFlowStreamConnectionStringPlainArgs.