Struct aws_sdk_memorydb::client::fluent_builders::CreateCluster[][src]

pub struct CreateCluster<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description

Fluent builder constructing a request to CreateCluster.

Creates a cluster. All nodes in the cluster run the same protocol-compliant engine software.

Implementations

Sends the request and returns the response.

If an error occurs, an SdkError will be returned with additional details that can be matched against.

By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.

The name of the cluster. This value must be unique as it also serves as the cluster identifier.

The name of the cluster. This value must be unique as it also serves as the cluster identifier.

The compute and memory capacity of the nodes in the cluster.

The compute and memory capacity of the nodes in the cluster.

The name of the parameter group associated with the cluster.

The name of the parameter group associated with the cluster.

An optional description of the cluster.

An optional description of the cluster.

The number of shards the cluster will contain. The default value is 1.

The number of shards the cluster will contain. The default value is 1.

The number of replicas to apply to each shard. The default value is 1. The maximum is 5.

The number of replicas to apply to each shard. The default value is 1. The maximum is 5.

The name of the subnet group to be used for the cluster.

The name of the subnet group to be used for the cluster.

Appends an item to SecurityGroupIds.

To override the contents of this collection use set_security_group_ids.

A list of security group names to associate with this cluster.

A list of security group names to associate with this cluster.

Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

The port number on which each of the nodes accepts connections.

The port number on which each of the nodes accepts connections.

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

A flag to enable in-transit encryption on the cluster.

A flag to enable in-transit encryption on the cluster.

The ID of the KMS key used to encrypt the cluster.

The ID of the KMS key used to encrypt the cluster.

Appends an item to SnapshotArns.

To override the contents of this collection use set_snapshot_arns.

A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new cluster. The Amazon S3 object name in the ARN cannot contain any commas.

A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new cluster. The Amazon S3 object name in the ARN cannot contain any commas.

The name of a snapshot from which to restore data into the new cluster. The snapshot status changes to restoring while the new cluster is being created.

The name of a snapshot from which to restore data into the new cluster. The snapshot status changes to restoring while the new cluster is being created.

The number of days for which MemoryDB retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

The number of days for which MemoryDB retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

Appends an item to Tags.

To override the contents of this collection use set_tags.

A list of tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

A list of tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.

Example: 05:00-09:00

If you do not specify this parameter, MemoryDB automatically chooses an appropriate time range.

The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.

Example: 05:00-09:00

If you do not specify this parameter, MemoryDB automatically chooses an appropriate time range.

The name of the Access Control List to associate with the cluster.

The name of the Access Control List to associate with the cluster.

The version number of the Redis engine to be used for the cluster.

The version number of the Redis engine to be used for the cluster.

When set to true, the cluster will automatically receive minor engine version upgrades after launch.

When set to true, the cluster will automatically receive minor engine version upgrades after launch.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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