aws::docdb-cluster-snapshot

Creates an Document db cluster snapshot.

Example

aws::docdb-cluster-snapshot db-cluster-snapshot-example
    db-cluster: $(aws::db-cluster db-cluster-db-cluster-snapshot-example)
    identifier: "db-cluster-snapshot-example"

    tags: {
        Name: "db-cluster-snapshot-example"
    }
end

Attributes

Attribute Description
db-cluster Associated db cluster. (Required)
identifier The name of the db cluster snapshot. (Required)

Outputs

Attribute Description
arn The arn of the db cluster snapshot.