CanaryVpcConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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.