Struct rusoto_rds::FailoverDBClusterMessage [] [src]

pub struct FailoverDBClusterMessage {
    pub db_cluster_identifier: Option<String>,
    pub target_db_instance_identifier: Option<String>,
}

Fields

A DB cluster identifier to force a failover for. This parameter is not case-sensitive.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

The name of the instance to promote to the primary instance.

You must specify the instance identifier for an Aurora Replica in the DB cluster. For example, mydbcluster-replica1.

Trait Implementations

impl Default for FailoverDBClusterMessage
[src]

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

impl Debug for FailoverDBClusterMessage
[src]

Formats the value using the given formatter.

impl Clone for FailoverDBClusterMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more