AllowedNodeTypeModificationsMessage
public struct AllowedNodeTypeModificationsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
Declaration
Swift
public let scaleDownModifications: [String]?
-
A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
Declaration
Swift
public let scaleUpModifications: [String]?
-
Undocumented
Declaration
Swift
public init(scaleDownModifications: [String]? = nil, scaleUpModifications: [String]? = nil)