aws::db-cluster-snapshot¶
Create a db cluster snapshot.
Example¶
aws::db-cluster-snapshot db-cluster-snapshot-example
db-cluster: $(aws::db-cluster db-cluster-example)
identifier: "db-cluster-snapshot-example"
tags: {
Name: "db-cluster-snapshot-example"
}
end
Attributes¶
Attribute | Description |
---|---|
tags map | A list of tags. |
db-cluster | The DB cluster to create a snapshot for. (Required) |
identifier | The unique identifier of the DB cluster snapshot. (Required) |
Outputs¶
Attribute | Description |
---|---|
arn | The ARN of the RDS resource. |