CanaryVpcConfigArgs

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

Constructors

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

Properties

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

IDs of the security groups for this canary.

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

IDs of the subnets where this canary is to run.

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

ID of the VPC where this canary is to run.

Functions

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