CanaryVpcConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IDs of the security groups for this canary.

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

IDs of the subnets where this canary is to run.

Link copied to clipboard
val vpcId: String? = null

ID of the VPC where this canary is to run.