Skip to main content

flow_vpc_interface

Gets an individual flow_vpc_interface resource

Overview

Nameflow_vpc_interface
TypeResource
Descriptionflow_vpc_interface
Idawscc.mediaconnect.flow_vpc_interface

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 assumes 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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
flow_arn,
name,
role_arn,
security_group_ids,
subnet_id,
network_interface_ids
FROM awscc.mediaconnect.flow_vpc_interface
WHERE data__Identifier = '<FlowArn>|<Name>';

Permissions

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

Read

mediaconnect:DescribeFlow

Update

mediaconnect:DescribeFlow,
mediaconnect:AddFlowVpcInterfaces,
mediaconnect:RemoveFlowVpcInterface

Delete

mediaconnect:DescribeFlow,
mediaconnect:RemoveFlowVpcInterface