Values.VpcConfigSourceThe VPC configuration for a pentest, specifying the VPC, security groups, and subnets to use during testing.
type nonrec t = {vpcArn : VpcArn.t option;The Amazon Resource Name (ARN) of the VPC.
*)securityGroupArns : SecurityGroupArns.t option;The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.
*)subnetArns : SubnetArns.t option;The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SecurityGroupArn.t ] list
| `String of VpcArn.t ])
list ]