Class SwitchoverGlobalClusterRequest

    • Method Detail

      • globalClusterIdentifier

        public final String globalClusterIdentifier()

        The identifier of the global database cluster to switch over. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing global database cluster (Aurora global database).

        Returns:
        The identifier of the global database cluster to switch over. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing global database cluster (Aurora global database).

      • targetDbClusterIdentifier

        public final String targetDbClusterIdentifier()

        The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database cluster. Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.

        Returns:
        The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database cluster. Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.
      • 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