Values.AwsEc2VpcPeeringConnectionDetailsSourceProvides information about a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection.
type nonrec t = {accepterVpcInfo : AwsEc2VpcPeeringConnectionVpcInfoDetails.t option;Information about the accepter VPC.
*)expirationTime : NonEmptyString.t option;The time at which an unaccepted VPC peering connection will expire.
*)requesterVpcInfo : AwsEc2VpcPeeringConnectionVpcInfoDetails.t option;Information about the requester VPC.
*)status : AwsEc2VpcPeeringConnectionStatusDetails.t option;The status of the VPC peering connection.
*)vpcPeeringConnectionId : NonEmptyString.t option;The ID of the VPC peering connection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ])
list ]