Class FailoverDbClusterRequest

    • Method Detail

      • dbClusterIdentifier

        public final String dbClusterIdentifier()

        The identifier of the DB cluster to force a failover for. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing DB cluster.

        Returns:
        The identifier of the DB cluster to force a failover for. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing DB cluster.

      • targetDBInstanceIdentifier

        public final String targetDBInstanceIdentifier()

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

        Specify the DB instance identifier for an Aurora Replica or a Multi-AZ readable standby in the DB cluster, for example mydbcluster-replica1.

        This setting isn't supported for RDS for MySQL Multi-AZ DB clusters.

        Returns:
        The name of the DB instance to promote to the primary DB instance.

        Specify the DB instance identifier for an Aurora Replica or a Multi-AZ readable standby in the DB cluster, for example mydbcluster-replica1.

        This setting isn't supported for RDS for MySQL Multi-AZ DB clusters.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object