SubnetGroup

Represents the output of one of the following actions:

  • CreateSubnetGroup

  • ModifySubnetGroup

Types

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

Properties

Link copied to clipboard

The description of the subnet group.

Link copied to clipboard

The name of the subnet group.

Link copied to clipboard

A list of subnets associated with the subnet group.

Link copied to clipboard

The network types supported by this subnet. Returns an array of strings that can include ipv4, ipv6, or both, indicating whether the subnet group supports IPv4 only, IPv6 only, or dual-stack deployments.

Link copied to clipboard

The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

Functions

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