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