Relational Database Service DB Clusters (RDS DB Clusters)¶
Filters¶
Standard Value Filter (see Generic Filters)
Actions¶
delete
Delete 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" } }
snapshot
Create a manual DB cluster snapshot
Schema:
{}
retention
Set the DB cluster backup retention period to
days
Schema:
{ "days": { "type": "number" }, "enforce": { "enum": [ "min", "max", "exact" ], "type": "string" } }