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