Values_0.VpcDestinationSummarySourceThe summary of a virtual private cloud (VPC) destination.
type nonrec t = {subnetIds : SubnetIdList.t option;The subnet IDs of the VPC destination.
*)securityGroups : SecurityGroupList.t option;The security groups of the VPC destination.
*)vpcId : VpcId.t option;The ID of the VPC.
*)roleArn : AwsArn.t option;The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ])
list ]