#[non_exhaustive]pub struct CreateGlobalReplicationGroupInput {
pub global_replication_group_id_suffix: Option<String>,
pub global_replication_group_description: Option<String>,
pub primary_replication_group_id: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.global_replication_group_id_suffix: Option<String>
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 .
global_replication_group_description: Option<String>
Provides details of the Global datastore
primary_replication_group_id: Option<String>
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGlobalReplicationGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGlobalReplicationGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateGlobalReplicationGroup
>
Creates a new builder-style object to manufacture CreateGlobalReplicationGroupInput
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 .
Provides details of the Global datastore
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CreateGlobalReplicationGroupInput
impl Sync for CreateGlobalReplicationGroupInput
impl Unpin for CreateGlobalReplicationGroupInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more