PendingModifiedValues

public struct PendingModifiedValues : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The auth token status

    Declaration

    Swift

    public let authTokenStatus: AuthTokenUpdateStatus?
  • A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

    Declaration

    Swift

    public let cacheNodeIdsToRemove: [String]?
  • The cache node type that this cluster or replication group is scaled to.

    Declaration

    Swift

    public let cacheNodeType: String?
  • The new cache engine version that the cluster runs.

    Declaration

    Swift

    public let engineVersion: String?
  • The new number of cache nodes for the cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

    Declaration

    Swift

    public let numCacheNodes: Int?
  • Undocumented

    Declaration

    Swift

    public init(authTokenStatus: AuthTokenUpdateStatus? = nil, cacheNodeIdsToRemove: [String]? = nil, cacheNodeType: String? = nil, engineVersion: String? = nil, numCacheNodes: Int? = nil)