AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaConnect::FlowVpcInterface

MediaConnect FlowVpcInterface

Resource schema for AWS::MediaConnect::FlowVpcInterface

Properties

5 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
FlowArn
string
RequiredCreate-only
Name
string
RequiredCreate-only
RoleArn
string
Required
SecurityGroupIds
Array<string>
Required
SubnetId
string
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
NetworkInterfaceIdsArray<string>IDs of the network interfaces created in customer's account by MediaConnect.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaConnect::FlowVpcInterface

Resources:
  MyResource:
    Type: AWS::MediaConnect::FlowVpcInterface
    Properties:
      FlowArn: "arn:aws:service:region:account:resource"
      Name: "my-name"
      RoleArn: "arn:aws:service:region:account:resource"
      SubnetId: "my-subnetid"
      SecurityGroupIds: "my-securitygroupids"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:PassRolemediaconnect:DescribeFlowmediaconnect:AddFlowVpcInterfaces

read

mediaconnect:DescribeFlow

update

mediaconnect:DescribeFlowmediaconnect:AddFlowVpcInterfacesmediaconnect:RemoveFlowVpcInterface

delete

mediaconnect:DescribeFlowmediaconnect:RemoveFlowVpcInterface

list

mediaconnect:DescribeFlow

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaConnect
Properties6
Required5
TaggingNot supported
Primary IDFlowArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FlowArnName

External Links