Values_3.CarrierGatewaySourceDescribes a carrier gateway.
type nonrec t = {carrierGatewayId : Values_0.CarrierGatewayId.t option;The ID of the carrier gateway.
*)vpcId : Values_0.VpcId.t option;The ID of the VPC associated with the carrier gateway.
*)state : Values_1.CarrierGatewayState.t option;The state of the carrier gateway.
*)ownerId : Values_0.String_.t option;The Amazon Web Services account ID of the owner of the carrier gateway.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.CarrierGatewayId.t ])
list ]