getFlow

suspend fun getFlow(argument: GetFlowPlainArgs): GetFlowResult

Resource schema for AWS::AppFlow::Flow.

Return

null

Parameters

argument

null


suspend fun getFlow(flowName: String): GetFlowResult

Return

null

Parameters

flowName

Name of the flow.

See also


suspend fun getFlow(argument: suspend GetFlowPlainArgsBuilder.() -> Unit): GetFlowResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.appflow.kotlin.inputs.GetFlowPlainArgs.

See also