Skip to main content

flows_list_only

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

Overview

Nameflows_list_only
TypeResource
DescriptionResource schema for AWS::MediaConnect::Flow
Idaws.mediaconnect.flows_list_only

Fields

NameDatatypeDescription
flow_arnstringThe Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
egress_ipstringThe IP address from which video will be sent to output destinations.
namestringThe name of the flow.
availability_zonestringThe Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
flow_availability_zonestringThe Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
sourceobjectThe source of the flow.
source_failover_configobjectThe source failover config of the flow.
vpc_interfacesarrayThe VPC interfaces that you added to this flow.
media_streamsarrayThe media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
maintenanceobjectThe maintenance settings you want to use for the flow.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all flows in a region.

SELECT
region,
flow_arn
FROM aws.mediaconnect.flows_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the flows_list_only resource, see flows