Struct rusoto_elasticache::ReplicationGroupPendingModifiedValues [] [src]

pub struct ReplicationGroupPendingModifiedValues {
    pub automatic_failover_status: Option<PendingAutomaticFailoverStatus>,
    pub primary_cluster_id: Option<String>,
}

The settings to be applied to the Redis replication group, either immediately or during the next maintenance window.

Fields

Indicates the status of Multi-AZ for this Redis replication group.

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • Redis (cluster mode disabled):T1 and T2 cache node types.

    Redis (cluster mode enabled): T1 node types.

The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

Trait Implementations

impl Default for ReplicationGroupPendingModifiedValues
[src]

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

impl Debug for ReplicationGroupPendingModifiedValues
[src]

Formats the value using the given formatter.

impl Clone for ReplicationGroupPendingModifiedValues
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more