flow_output
Gets an individual flow_output
resource
Overview
Name | flow_output |
Type | Resource |
Description | flow_output |
Id | awscc.mediaconnect.flow_output |
Fields
Name | Datatype | Description |
---|---|---|
flow_arn | string | The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow. |
output_arn | string | The ARN of the output. |
cidr_allow_list | array | The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. |
encryption | object | The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key). |
description | string | A description of the output. |
destination | string | The address where you want to send the output. |
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 output. This value must be unique within the current flow. |
port | integer | The port to use when content is distributed to this output. |
protocol | string | The protocol that is used by the source or output. |
remote_id | string | The remote ID for the Zixi-pull stream. |
smoothing_latency | integer | The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams. |
stream_id | string | The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. |
vpc_interface_attachment | object | The name of the VPC interface attachment to use for this output. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
flow_arn,
output_arn,
cidr_allow_list,
encryption,
description,
destination,
max_latency,
min_latency,
name,
port,
protocol,
remote_id,
smoothing_latency,
stream_id,
vpc_interface_attachment
FROM awscc.mediaconnect.flow_output
WHERE data__Identifier = '<OutputArn>';
Permissions
To operate on the flow_output
resource, the following permissions are required:
Read
mediaconnect:DescribeFlow
Update
mediaconnect:DescribeFlow,
mediaconnect:UpdateFlowOutput
Delete
mediaconnect:DescribeFlow,
mediaconnect:RemoveFlowOutput