AdditionalLimit
public struct AdditionalLimit : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of Additional Limit is specific to a given InstanceType and for each of it’s InstanceRole etc. Attributes and their details: MaximumNumberOfDataNodesSupported This attribute will be present in Master node only to specify how much data nodes upto which given ESPartitionInstanceType can support as master node. MaximumNumberOfDataNodesWithoutMasterNode This attribute will be present in Data node only to specify how much data nodes of given ESPartitionInstanceType upto which you don’t need any master nodes to govern them.
Declaration
Swift
public let limitName: String?
-
Value for given AdditionalLimit$LimitName .
Declaration
Swift
public let limitValues: [String]?
-
Undocumented
Declaration
Swift
public init(limitName: String? = nil, limitValues: [String]? = nil)