SubnetGroup

Represents the output of one of the following operations:

  • CreateSubnetGroup

  • UpdateSubnetGroup

A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN (Amazon Resource Name) of the subnet group.

Link copied to clipboard

A description of the subnet group

Link copied to clipboard
val name: String?

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