flow_outputs_list_only
Lists flow_outputs in a region or regions, for all properties use flow_outputs
Overview
| Name | flow_outputs_list_only |
| Type | Resource |
| Description | Resource schema for AWS::MediaConnect::FlowOutput |
| Id | aws.mediaconnect.flow_outputs_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
output_arn | string | The ARN of the output. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all flow_outputs in a region.
SELECT
region,
output_arn
FROM aws.mediaconnect.flow_outputs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the flow_outputs_list_only resource, see flow_outputs