Skip to main content

flow_vpc_interfaces

Retrieves a list of flow_vpc_interfaces in a region

Overview

Nameflow_vpc_interfaces
TypeResource
Descriptionflow_vpc_interfaces
Idawscc.mediaconnect.flow_vpc_interfaces

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.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
flow_arn,
name
FROM awscc.mediaconnect.flow_vpc_interfaces
WHERE region = 'us-east-1'

Permissions

To operate on the flow_vpc_interfaces resource, the following permissions are required:

Create

iam:PassRole,
mediaconnect:DescribeFlow,
mediaconnect:AddFlowVpcInterfaces

List

mediaconnect:DescribeFlow