flow_source
Gets an individual flow_source
resource
Overview
Name | flow_source |
Type | Resource |
Description | flow_source |
Id | awscc.mediaconnect.flow_source |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
flow_arn,
source_arn,
decryption,
description,
entitlement_arn,
gateway_bridge_source,
ingest_ip,
ingest_port,
max_bitrate,
max_latency,
min_latency,
name,
protocol,
sender_ip_address,
sender_control_port,
stream_id,
source_ingest_port,
source_listener_address,
source_listener_port,
vpc_interface_name,
whitelist_cidr
FROM awscc.mediaconnect.flow_source
WHERE data__Identifier = '<SourceArn>';
Permissions
To operate on the flow_source
resource, the following permissions are required:
Read
mediaconnect:DescribeFlow
Update
mediaconnect:DescribeFlow,
mediaconnect:UpdateFlowSource
Delete
mediaconnect:DescribeFlow,
mediaconnect:RemoveFlowSource