Struct aws_sdk_rds::input::FailoverGlobalClusterInput
source · [−]#[non_exhaustive]pub struct FailoverGlobalClusterInput { /* private fields */ }Implementations
sourceimpl FailoverGlobalClusterInput
impl FailoverGlobalClusterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<FailoverGlobalCluster, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<FailoverGlobalCluster, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<FailoverGlobalCluster>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FailoverGlobalClusterInput.
sourceimpl FailoverGlobalClusterInput
impl FailoverGlobalClusterInput
sourcepub fn global_cluster_identifier(&self) -> Option<&str>
pub fn global_cluster_identifier(&self) -> Option<&str>
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).
sourcepub fn target_db_cluster_identifier(&self) -> Option<&str>
pub fn target_db_cluster_identifier(&self) -> Option<&str>
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.
Trait Implementations
sourceimpl Clone for FailoverGlobalClusterInput
impl Clone for FailoverGlobalClusterInput
sourcefn clone(&self) -> FailoverGlobalClusterInput
fn clone(&self) -> FailoverGlobalClusterInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more