VpcPropertiesInput

The VPC connection properties used when creating a connection.

Types

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

Properties

Link copied to clipboard

The security group ID of the VPC connection. Must match the pattern ^sg-[a-z0-9]+$. Maximum length of 32.

Link copied to clipboard

The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.

Link copied to clipboard

The identifier of the VPC. Must match the pattern ^vpc-[a-z0-9]+$. Maximum length of 32.

Functions

Link copied to clipboard
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