AWS::MediaConnect::FlowVpcInterfaceResource schema for AWS::MediaConnect::FlowVpcInterface
5 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FlowArn | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
RoleArn | string | Required |
SecurityGroupIds | Array<string> | Required |
SubnetId | string | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
NetworkInterfaceIds | Array<string> | IDs of the network interfaces created in customer's account by MediaConnect. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRolemediaconnect:DescribeFlowmediaconnect:AddFlowVpcInterfacesmediaconnect:DescribeFlowmediaconnect:DescribeFlowmediaconnect:AddFlowVpcInterfacesmediaconnect:RemoveFlowVpcInterfacemediaconnect:DescribeFlowmediaconnect:RemoveFlowVpcInterfacemediaconnect:DescribeFlowOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterFlowArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FlowArnName