CanaryVpcConfig

data class CanaryVpcConfig(val ipv6AllowedForDualStack: Boolean? = null, val securityGroupIds: List<String>, val subnetIds: List<String>, val vpcId: String? = null)

Constructors

Link copied to clipboard
constructor(ipv6AllowedForDualStack: Boolean? = null, securityGroupIds: List<String>, subnetIds: List<String>, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets if set to true

Link copied to clipboard

The IDs of the security groups for this canary.

Link copied to clipboard

The IDs of the subnets where this canary is to run.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC where this canary is to run.