Values_7.CreateTransitGatewayVpcAttachmentResultSourceAttaches the specified VPC to the specified transit gateway. If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table. To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.
type nonrec t = {transitGatewayVpcAttachment : Values_2.TransitGatewayVpcAttachment.t option;Information about the VPC attachment.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.String_.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Values_0.DateTime.t ])
list ])
list ]