Skip to main content

flow

Gets an individual flow resource

Overview

Nameflow
TypeResource
Descriptionflow
Idawscc.mediaconnect.flow

Fields

NameDatatypeDescription
flow_arnstringThe Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
namestringThe name of the flow.
availability_zonestringThe Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
flow_availability_zonestringThe Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
sourceobjectThe source of the flow.
source_failover_configobjectThe source failover config of the flow.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
flow_arn,
name,
availability_zone,
flow_availability_zone,
source,
source_failover_config
FROM awscc.mediaconnect.flow
WHERE data__Identifier = '<FlowArn>';

Permissions

To operate on the flow resource, the following permissions are required:

Read

mediaconnect:DescribeFlow

Update

mediaconnect:DescribeFlow,
mediaconnect:UpdateFlow,
mediaconnect:UpdateFlowSource

Delete

mediaconnect:DescribeFlow,
mediaconnect:DeleteFlow