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