Skip to main content

flows

Retrieves a list of flows in a region

Overview

Nameflows
TypeResource
Descriptionflows
Idawscc.mediaconnect.flows

Fields

NameDatatypeDescription
flow_arnstringThe Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
flow_arn
FROM awscc.mediaconnect.flows
WHERE region = 'us-east-1'

Permissions

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

Create

mediaconnect:CreateFlow,
iam:PassRole

List

mediaconnect:ListFlows