Struct rusoto_cloudsearch::ScalingParameters [] [src]

pub struct ScalingParameters {
    pub desired_instance_type: Option<String>,
    pub desired_partition_count: Option<i64>,
    pub desired_replication_count: Option<i64>,
}

The desired instance type and desired number of replicas of each index partition.

Fields

The instance type that you want to preconfigure for your domain. For example, search.m1.small.

The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

The number of replicas you want to preconfigure for each index partition.

Trait Implementations

impl Default for ScalingParameters
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ScalingParameters
[src]

[src]

Formats the value using the given formatter.

impl Clone for ScalingParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more