CanaryVpcConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val ipv6AllowedForDualStack: Output<Boolean>? = null

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
val subnetIds: Output<List<String>>

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

Link copied to clipboard
val vpcId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): CanaryVpcConfigArgs