Relational Database Service DB Clusters (RDS DB Clusters)¶
Filters¶
Standard Value Filter (see Generic Filters)
Actions¶
deleteDelete DB cluster and optionally associated DB instances. You can specify if you want to
skip-snapshot, default is False You can specify if you want todelete-instances, default is FalseSchema:
{ "delete-instances": { "type": "boolean" }, "skip-snapshot": { "type": "boolean" } }
snapshotCreate a manual DB cluster snapshot
Schema:
{}retentionSet the DB cluster backup retention period to
daysSchema:
{ "days": { "type": "number" }, "enforce": { "enum": [ "min", "max", "exact" ], "type": "string" } }