Struct aws_sdk_rds::model::GlobalCluster
source · [−]#[non_exhaustive]pub struct GlobalCluster { /* private fields */ }Expand description
A data type representing an Aurora global database.
Implementations
sourceimpl GlobalCluster
impl GlobalCluster
sourcepub fn global_cluster_identifier(&self) -> Option<&str>
pub fn global_cluster_identifier(&self) -> Option<&str>
Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database cluster.
sourcepub fn global_cluster_resource_id(&self) -> Option<&str>
pub fn global_cluster_resource_id(&self) -> Option<&str>
The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.
sourcepub fn global_cluster_arn(&self) -> Option<&str>
pub fn global_cluster_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the global database cluster.
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
Specifies the current state of this global database cluster.
sourcepub fn engine(&self) -> Option<&str>
pub fn engine(&self) -> Option<&str>
The Aurora database engine used by the global database cluster.
sourcepub fn engine_version(&self) -> Option<&str>
pub fn engine_version(&self) -> Option<&str>
Indicates the database engine version.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The default database name within the new global database cluster.
sourcepub fn storage_encrypted(&self) -> Option<bool>
pub fn storage_encrypted(&self) -> Option<bool>
The storage encryption setting for the global database cluster.
sourcepub fn deletion_protection(&self) -> Option<bool>
pub fn deletion_protection(&self) -> Option<bool>
The deletion protection setting for the new global database cluster.
sourcepub fn global_cluster_members(&self) -> Option<&[GlobalClusterMember]>
pub fn global_cluster_members(&self) -> Option<&[GlobalClusterMember]>
The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.
sourcepub fn failover_state(&self) -> Option<&FailoverState>
pub fn failover_state(&self) -> Option<&FailoverState>
A data object containing all properties for the current state of an in-process or pending failover process for this Aurora global database. This object is empty unless the FailoverGlobalCluster API operation has been called on this Aurora global database (GlobalCluster).
sourceimpl GlobalCluster
impl GlobalCluster
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GlobalCluster.
Trait Implementations
sourceimpl Clone for GlobalCluster
impl Clone for GlobalCluster
sourcefn clone(&self) -> GlobalCluster
fn clone(&self) -> GlobalCluster
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more