--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_transit_gateway_connect Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::EC2::TransitGatewayConnect --- # awscc_ec2_transit_gateway_connect (Data Source) Data Source schema for AWS::EC2::TransitGatewayConnect ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `creation_time` (String) The creation time. - `options` (Attributes) The Connect attachment options. (see [below for nested schema](#nestedatt--options)) - `state` (String) The state of the attachment. - `tags` (Attributes List) The tags for the attachment. (see [below for nested schema](#nestedatt--tags)) - `transit_gateway_attachment_id` (String) The ID of the Connect attachment. - `transit_gateway_id` (String) The ID of the transit gateway. - `transport_transit_gateway_attachment_id` (String) The ID of the attachment from which the Connect attachment was created. ### Nested Schema for `options` Read-Only: - `protocol` (String) The tunnel protocol. ### Nested Schema for `tags` Read-Only: - `key` (String) The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:. - `value` (String) The value of the tag. Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.