VpcInformation

Information about a VPC used for private connectivity, including its subnets and an associated VPC endpoint.

Types

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

Properties

Link copied to clipboard

The IDs of the subnets associated with the VPC endpoint. Currently, only one subnet is supported.

Link copied to clipboard

The ID of the interface VPC endpoint for the Amazon Web Services Outposts service. When specified, the endpoint must be in the available state and the specified subnets must be associated with it.

Link copied to clipboard

The ID of the VPC used for private connectivity.

Functions

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