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 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