---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ec2_transit_gateway_vpc_attachment Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::EC2::TransitGatewayVpcAttachment
---
# awscc_ec2_transit_gateway_vpc_attachment (Resource)
Resource Type definition for AWS::EC2::TransitGatewayVpcAttachment
## Schema
### Required
- `subnet_ids` (List of String)
- `transit_gateway_id` (String)
- `vpc_id` (String)
### Optional
- `add_subnet_ids` (List of String)
- `options` (Attributes) The options for the transit gateway vpc attachment. (see [below for nested schema](#nestedatt--options))
- `remove_subnet_ids` (List of String)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `id` (String) The ID of this resource.
### Nested Schema for `options`
Optional:
- `appliance_mode_support` (String) Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable
- `dns_support` (String) Indicates whether to enable DNS Support for Vpc Attachment. Valid Values: enable | disable
- `ipv_6_support` (String) Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_ec2_transit_gateway_vpc_attachment.example
```