getFlow

suspend fun getFlow(argument: GetFlowPlainArgs): GetFlowResult

Resource schema for AWS::MediaConnect::Flow

Return

null

Parameters

argument

null


suspend fun getFlow(flowArn: String): GetFlowResult

Return

null

Parameters

flowArn

The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.

See also


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

Return

null

Parameters

argument

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

See also