#[non_exhaustive]pub struct CreateGlobalReplicationGroupInput { /* private fields */ }
Implementations§
source§impl CreateGlobalReplicationGroupInput
impl CreateGlobalReplicationGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGlobalReplicationGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGlobalReplicationGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateGlobalReplicationGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateGlobalReplicationGroupInput
.
source§impl CreateGlobalReplicationGroupInput
impl CreateGlobalReplicationGroupInput
sourcepub fn global_replication_group_id_suffix(&self) -> Option<&str>
pub fn global_replication_group_id_suffix(&self) -> Option<&str>
The suffix name of a Global datastore. Amazon ElastiCache automatically applies a prefix to the Global datastore ID when it is created. Each Amazon Region has its own prefix. For instance, a Global datastore ID created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global datastore name across multiple regions.
For a full list of Amazon Regions and their respective Global datastore iD prefixes, see Using the Amazon CLI with Global datastores .
sourcepub fn global_replication_group_description(&self) -> Option<&str>
pub fn global_replication_group_description(&self) -> Option<&str>
Provides details of the Global datastore
sourcepub fn primary_replication_group_id(&self) -> Option<&str>
pub fn primary_replication_group_id(&self) -> Option<&str>
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
Trait Implementations§
source§impl Clone for CreateGlobalReplicationGroupInput
impl Clone for CreateGlobalReplicationGroupInput
source§fn clone(&self) -> CreateGlobalReplicationGroupInput
fn clone(&self) -> CreateGlobalReplicationGroupInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateGlobalReplicationGroupInput> for CreateGlobalReplicationGroupInput
impl PartialEq<CreateGlobalReplicationGroupInput> for CreateGlobalReplicationGroupInput
source§fn eq(&self, other: &CreateGlobalReplicationGroupInput) -> bool
fn eq(&self, other: &CreateGlobalReplicationGroupInput) -> bool
self
and other
values to be equal, and is used
by ==
.