VpcConfig

class VpcConfig

The VPC configuration for a pentest, specifying the VPC, security groups, and subnets to use during testing.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.

Link copied to clipboard

The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.

Link copied to clipboard

The Amazon Resource Name (ARN) of the VPC.

Functions

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