VpcConfigInput
If 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.
Contents
- Ipv6AllowedForDualStack
-
Set this to
true
to allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default isfalse
Type: Boolean
Required: No
- SecurityGroupIds
-
The IDs of the security groups for this canary.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 5 items.
Required: No
- SubnetIds
-
The IDs of the subnets where this canary is to run.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 16 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: