--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_egress_only_internet_gateway Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::EC2::EgressOnlyInternetGateway --- # awscc_ec2_egress_only_internet_gateway (Resource) Resource Type definition for AWS::EC2::EgressOnlyInternetGateway ## Schema ### Required - `vpc_id` (String) The ID of the VPC for which to create the egress-only internet gateway. ### Read-Only - `id` (String) Service Generated ID of the EgressOnlyInternetGateway ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_egress_only_internet_gateway.example ```