flows
Retrieves a list of flows
in a region
Overview
Name | flows |
Type | Resource |
Description | flows |
Id | awscc.mediaconnect.flows |
Fields
Name | Datatype | Description |
---|---|---|
flow_arn | string | The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow. |
region | string | AWS 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