CanaryVpcConfigArgs

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

Constructors

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

Properties

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