class Aws::CloudSearch::Types::UpdateScalingParametersRequest
Container for the parameters to the `UpdateScalingParameters` operation. Specifies the name of the domain you want to update and the scaling parameters you want to configure.
@note When making an API call, you may pass UpdateScalingParametersRequest
data as a hash: { domain_name: "DomainName", # required scaling_parameters: { # required desired_instance_type: "search.m1.small", # accepts search.m1.small, search.m1.large, search.m2.xlarge, search.m2.2xlarge, search.m3.medium, search.m3.large, search.m3.xlarge, search.m3.2xlarge, search.small, search.medium, search.large, search.xlarge, search.2xlarge, search.previousgeneration.small, search.previousgeneration.large, search.previousgeneration.xlarge, search.previousgeneration.2xlarge desired_replication_count: 1, desired_partition_count: 1, }, }
@!attribute [rw] domain_name
A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). @return [String]
@!attribute [rw] scaling_parameters
The desired instance type and desired number of replicas of each index partition. @return [Types::ScalingParameters]
Constants
- SENSITIVE