Relational Database Service (RDS)¶
Filters¶
Standard Value Filter (see Generic Filters)
default-vpcCheck if RDS instance is in the Default VPC
Schema:
{}
Actions¶
deleteDelete DB instance. You can specify if you want to
skip-snapshot, default is FalseSchema:
{ "copy-restore-info": { "type": "boolean" }, "skip-snapshot": { "type": "boolean" } }
snapshotCreate a manual DB snapshot
Schema:
{}retentionSet the DB instance backup retention period to
days. You can specify if you want tocopy-tagsfrom the DB instance to the snapshot, default is FalseSchema:
{ "copy-tags": { "type": "boolean" }, "days": { "type": "number" }, "enforce": { "enum": [ "min", "max", "exact" ], "type": "string" } }