--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_mediaconnect_flow_vpc_interface Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::MediaConnect::FlowVpcInterface --- # awscc_mediaconnect_flow_vpc_interface (Resource) Resource schema for AWS::MediaConnect::FlowVpcInterface ## Schema ### Required - `flow_arn` (String) The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow. - `name` (String) Immutable and has to be a unique against other VpcInterfaces in this Flow. - `role_arn` (String) Role Arn MediaConnect can assumes to create ENIs in customer's account. - `security_group_ids` (List of String) Security Group IDs to be used on ENI. - `subnet_id` (String) Subnet must be in the AZ of the Flow ### Read-Only - `id` (String) Uniquely identifies the resource. - `network_interface_ids` (List of String) IDs of the network interfaces created in customer's account by MediaConnect. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_mediaconnect_flow_vpc_interface.example ```