getFlowDestinationEndpoints

Get the destination endpoints for the specified flow and stream ID. Uses Azure REST API version 2024-09-27. Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuredatatransfer [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

List of destination endpoints for the flow stream

Parameters

argument

null


suspend fun getFlowDestinationEndpoints(connectionName: String, flowName: String, resourceGroupName: String): GetFlowDestinationEndpointsResult

Return

List of destination endpoints for the flow stream

Parameters

connectionName

The name for the connection that is to be requested.

flowName

The name for the flow that is to be onboarded.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

List of destination endpoints for the flow stream

Parameters

argument

Builder for com.pulumi.azurenative.azuredatatransfer.kotlin.inputs.GetFlowDestinationEndpointsPlainArgs.

See also