Values.VpcTransitConfigurationResponseSourceThe VPC transit configuration details for a stream group location, including the Transit Gateway information needed to complete the VPC attachment setup.
type nonrec t = {vpcId : VpcId.t option;The ID of the Amazon VPC that is connected to the stream group.
*)ipv4CidrBlocks : Ipv4CidrBlockList.t option;The IPv4 CIDR blocks in your VPC that the stream group can access.
*)transitGatewayId : String_.t option;The ID of the Transit Gateway that Amazon GameLift Streams created for this VPC connection. Use this ID when creating your VPC attachment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Ipv4CidrBlock.t ] list
| `String of VpcId.t ])
list ]