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 |
---|---|---|
flow_arn | string | The ARN of the flow. |
source_arn | string | The ARN of the source. |
decryption | object | The type of encryption that is used on the content ingested from this source. |
description | string | A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account. |
entitlement_arn | string | The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow. |
gateway_bridge_source | object | The source configuration for cloud flows receiving a stream from a bridge. |
ingest_ip | string | The IP address that the flow will be listening on for incoming content. |
ingest_port | integer | The port that the flow will be listening on for incoming content. |
max_bitrate | integer | The smoothing max bitrate for RIST, RTP, and RTP-FEC streams. |
max_latency | integer | The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams. |
min_latency | integer | The minimum latency in milliseconds. |
name | string | The name of the source. |
protocol | string | The protocol that is used by the source. |
sender_ip_address | string | The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol. |
sender_control_port | integer | The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol. |
stream_id | string | The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. |
source_ingest_port | string | The port that the flow will be listening on for incoming content.(ReadOnly) |
source_listener_address | string | Source IP or domain name for SRT-caller protocol. |
source_listener_port | integer | Source port for SRT-caller protocol. |
vpc_interface_name | string | The name of the VPC Interface this Source is configured with. |
whitelist_cidr | string | The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. |
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