class Aws::RDS::Types::FailoverGlobalClusterMessage

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

data as a hash:

    {
      global_cluster_identifier: "GlobalClusterIdentifier", # required
      target_db_cluster_identifier: "DBClusterIdentifier", # required
    }

@!attribute [rw] global_cluster_identifier

Identifier of the Aurora global database (GlobalCluster) that should
be failed over. The identifier is the unique key assigned by the
user when the Aurora global database was created. In other words,
it's the name of the Aurora global database that you want to fail
over.

Constraints:

* Must match the identifier of an existing GlobalCluster (Aurora
  global database).

^
@return [String]

@!attribute [rw] target_db_cluster_identifier

Identifier of the secondary Aurora DB cluster that you want to
promote to primary for the Aurora global database (GlobalCluster.)
Use the Amazon Resource Name (ARN) for the identifier so that Aurora
can locate the cluster in its Amazon Web Services Region.
@return [String]

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

Constants

SENSITIVE