VpcConfigInput

If this canary is to test an endpoint in a VPC, this structure contains information about the subnets and security groups of the VPC endpoint. For more information, see Running a Canary in a VPC.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set this to true to allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default is false

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.

Functions

Link copied to clipboard
inline fun copy(block: VpcConfigInput.Builder.() -> Unit = {}): VpcConfigInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String