Values.VpcConfigOutputSourceIf this canary is to test an endpoint in a VPC, this structure contains information about the subnets and security groups of the VPC endpoint. For more information, see Running a Canary in a VPC.
type nonrec t = {vpcId : VpcId.t option;The IDs of the VPC where this canary is to run.
*)subnetIds : SubnetIds.t option;The IDs of the subnets where this canary is to run.
*)securityGroupIds : SecurityGroupIds.t option;The IDs of the security groups for this canary.
*)ipv6AllowedForDualStack : NullableBoolean.t option;Indicates whether this canary allows outbound IPv6 traffic if it is connected to dual-stack subnets.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ]