DocumentDB Elastic Cluster Snapshot

A DocumentDB Elastic Cluster Snapshot in AWS is a point-in-time backup of an Amazon DocumentDB elastic cluster. It captures the cluster’s data and metadata, allowing you to restore the cluster to the state it was in when the snapshot was taken. Snapshots provide durability, support disaster recovery, and enable cloning or creating new clusters from existing data.

aws.docdbelastic_cluster_snapshot

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
admin_user_namecorestringThe name of the elastic cluster administrator.
cluster_arncorestringThe ARN identifier of the elastic cluster.
cluster_creation_timecorestringThe time when the elastic cluster was created in Universal Coordinated Time (UTC).
kms_key_idcorestringThe KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key. If an encryption key is not specified here, Amazon DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.
snapshot_arncorestringThe ARN identifier of the elastic cluster snapshot.
snapshot_creation_timecorestringThe time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).
snapshot_namecorestringThe name of the elastic cluster snapshot.
snapshot_typecorestringThe type of cluster snapshots to be returned. You can specify one of the following values: automated - Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account. manual - Return all cluster snapshots that you have manually created for your Amazon Web Services account.
statuscorestringThe status of the elastic cluster snapshot.
subnet_idscorearray<string>The Amazon EC2 subnet IDs for the elastic cluster.
tagscorehstore
vpc_security_group_idscorearray<string>A list of EC2 VPC security groups to associate with the elastic cluster.