VpcConfigOutput

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

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

The IDs of the VPC where this canary is to run.

Functions

Link copied to clipboard
inline fun copy(block: VpcConfigOutput.Builder.() -> Unit = {}): VpcConfigOutput
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