Skip to main content

flow_vpc_interfaces_list_only

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

Overview

Nameflow_vpc_interfaces_list_only
TypeResource
DescriptionResource schema for AWS::MediaConnect::FlowVpcInterface
Idaws.mediaconnect.flow_vpc_interfaces_list_only

Fields

NameDatatypeDescription
flow_arnstringThe Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
namestringImmutable and has to be a unique against other VpcInterfaces in this Flow.
role_arnstringRole Arn MediaConnect can assume to create ENIs in customer's account.
security_group_idsarraySecurity Group IDs to be used on ENI.
subnet_idstringSubnet must be in the AZ of the Flow
network_interface_idsarrayIDs of the network interfaces created in customer's account by MediaConnect.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all flow_vpc_interfaces in a region.

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

Permissions

For permissions required to operate on the flow_vpc_interfaces_list_only resource, see flow_vpc_interfaces