class Aws::DocDB::Types::FailoverDBClusterMessage
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/FailoverDBClusterMessage AWS API Documentation
@return [String]
replica in the cluster. For example, ‘mydbcluster-replica1`.
You must specify the instance identifier for an Amazon DocumentDB
The name of the instance to promote to the primary instance.
@!attribute [rw] target_db_instance_identifier
@return [String]
^
* Must match the identifier of an existing `DBCluster`.
Constraints:
case sensitive.
A cluster identifier to force a failover for. This parameter is not
@!attribute [rw] db_cluster_identifier
}
target_db_instance_identifier: “String”,
db_cluster_identifier: “String”,
{
data as a hash:
@note When making an API call, you may pass FailoverDBClusterMessage
Represents the input to FailoverDBCluster.