CacheSubnetGroup

Represents the output of one of the following operations:

  • CreateCacheSubnetGroup

  • ModifyCacheSubnetGroup

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 cache subnet group.

Link copied to clipboard

The description of the cache subnet group.

Link copied to clipboard

The name of the cache subnet group.

Link copied to clipboard

A list of subnets associated with the cache subnet group.

Link copied to clipboard

Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

Link copied to clipboard

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

Functions

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