Vpc

class Vpc

Describes a VPC.

Types

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

Properties

Link copied to clipboard

The state of VPC Block Public Access (BPA).

Link copied to clipboard

The primary IPv4 CIDR block for the VPC.

Link copied to clipboard

Information about the IPv4 CIDR blocks associated with the VPC.

Link copied to clipboard

The ID of the set of DHCP options you've associated with the VPC.

Link copied to clipboard

The allowed tenancy of instances launched into the VPC.

Link copied to clipboard

Information about the IPv6 CIDR blocks associated with the VPC.

Link copied to clipboard

Indicates whether the VPC is the default VPC.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the VPC.

Link copied to clipboard

The current state of the VPC.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the VPC.

Link copied to clipboard

The ID of the VPC.

Functions

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