---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ec2_transit_gateway Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::EC2::TransitGateway
---
# awscc_ec2_transit_gateway (Resource)
Resource Type definition for AWS::EC2::TransitGateway
## Schema
### Optional
- `amazon_side_asn` (Number)
- `association_default_route_table_id` (String)
- `auto_accept_shared_attachments` (String)
- `default_route_table_association` (String)
- `default_route_table_propagation` (String)
- `description` (String)
- `dns_support` (String)
- `multicast_support` (String)
- `propagation_default_route_table_id` (String)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
- `transit_gateway_cidr_blocks` (List of String)
- `vpn_ecmp_support` (String)
### Read-Only
- `id` (String) The ID of this resource.
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_ec2_transit_gateway.example
```