Values.VpcConfigInputSourceIf 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 = {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;Set this to true to allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default is false
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of [> `String of SubnetId.t ] list ])
list ]