ScalingParameters
public struct ScalingParameters : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The instance type that you want to preconfigure for your domain. For example, search.m1.small.
Declaration
Swift
public let desiredInstanceType: PartitionInstanceType?
-
The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.
Declaration
Swift
public let desiredPartitionCount: Int?
-
The number of replicas you want to preconfigure for each index partition.
Declaration
Swift
public let desiredReplicationCount: Int?
-
Undocumented
Declaration
Swift
public init(desiredInstanceType: PartitionInstanceType? = nil, desiredPartitionCount: Int? = nil, desiredReplicationCount: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws