class Aws::DocDB::Types::FailoverDBClusterMessage

Represents the input to FailoverDBCluster.

@note When making an API call, you may pass FailoverDBClusterMessage

data as a hash:

    {
      db_cluster_identifier: "String",
      target_db_instance_identifier: "String",
    }

@!attribute [rw] db_cluster_identifier

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

Constraints:

* Must match the identifier of an existing `DBCluster`.

^
@return [String]

@!attribute [rw] target_db_instance_identifier

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

You must specify the instance identifier for an Amazon DocumentDB
replica in the cluster. For example, `mydbcluster-replica1`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/FailoverDBClusterMessage AWS API Documentation

Constants

SENSITIVE