View Source AWS.DocDBElastic (aws-elixir v1.0.4)
Amazon DocumentDB elastic clusters
Amazon DocumentDB elastic-clusters support workloads with millions of reads/writes per second and petabytes of storage capacity.
Amazon DocumentDB elastic clusters also simplify how developers interact with Amazon DocumentDB elastic-clusters by eliminating the need to choose, manage or upgrade instances.
Amazon DocumentDB elastic-clusters were created to:
* provide a solution for customers looking for a database that provides virtually limitless scale with rich query capabilities and MongoDB API compatibility.
* give customers higher connection limits, and to reduce downtime from patching.
* continue investing in a cloud-native, elastic, and class leading architecture for JSON workloads.
Link to this section Summary
Functions
The type of pending maintenance action to be applied to the resource.
Copies a snapshot of an elastic cluster.
Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
Creates a snapshot of an elastic cluster.
Delete an elastic cluster.
Delete an elastic cluster snapshot.
Returns information about a specific elastic cluster.
Returns information about a specific elastic cluster snapshot
Retrieves all maintenance actions that are pending.
Returns information about snapshots for a specified elastic cluster.
Returns information about provisioned Amazon DocumentDB elastic clusters.
Retrieves a list of all maintenance actions that are pending.
Lists all tags on a elastic cluster resource
Restores an elastic cluster from a snapshot.
Restarts the stopped elastic cluster that is specified by clusterARN
.
Stops the running elastic cluster that is specified by clusterArn
.
Adds metadata tags to an elastic cluster resource
Removes metadata tags from an elastic cluster resource
Modifies an elastic cluster.
Link to this section Functions
The type of pending maintenance action to be applied to the resource.
Copies a snapshot of an elastic cluster.
Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
Creates a snapshot of an elastic cluster.
Delete an elastic cluster.
delete_cluster_snapshot(client, snapshot_arn, input, options \\ [])
View SourceDelete an elastic cluster snapshot.
Returns information about a specific elastic cluster.
Returns information about a specific elastic cluster snapshot
get_pending_maintenance_action(client, resource_arn, options \\ [])
View SourceRetrieves all maintenance actions that are pending.
list_cluster_snapshots(client, cluster_arn \\ nil, max_results \\ nil, next_token \\ nil, snapshot_type \\ nil, options \\ [])
View SourceReturns information about snapshots for a specified elastic cluster.
list_clusters(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns information about provisioned Amazon DocumentDB elastic clusters.
list_pending_maintenance_actions(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of all maintenance actions that are pending.
Lists all tags on a elastic cluster resource
restore_cluster_from_snapshot(client, snapshot_arn, input, options \\ [])
View SourceRestores an elastic cluster from a snapshot.
Restarts the stopped elastic cluster that is specified by clusterARN
.
Stops the running elastic cluster that is specified by clusterArn
.
The elastic cluster must be in the available state.
Adds metadata tags to an elastic cluster resource
Removes metadata tags from an elastic cluster resource
Modifies an elastic cluster.
This includes updating admin-username/password, upgrading the API version, and setting up a backup window and maintenance window