Skip to main content

flow_outputs_list_only

Lists flow_outputs in a region or regions, for all properties use flow_outputs

Overview

Nameflow_outputs_list_only
TypeResource
DescriptionResource schema for AWS::MediaConnect::FlowOutput
Idaws.mediaconnect.flow_outputs_list_only

Fields

NameDatatypeDescription
flow_arnstringThe Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
output_arnstringThe ARN of the output.
cidr_allow_listarrayThe 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.
encryptionobjectThe type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
descriptionstringA description of the output.
destinationstringThe address where you want to send the output.
max_latencyintegerThe maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
min_latencyintegerThe minimum latency in milliseconds.
namestringThe name of the output. This value must be unique within the current flow.
portintegerThe port to use when content is distributed to this output.
protocolstringThe protocol that is used by the source or output.
remote_idstringThe remote ID for the Zixi-pull stream.
smoothing_latencyintegerThe smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
stream_idstringThe stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
vpc_interface_attachmentobjectThe name of the VPC interface attachment to use for this output.
media_stream_output_configurationsarrayThe definition for each media stream that is associated with the output.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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