particles-rds
Version:
Condensation particles for AWS RDS
28 lines (26 loc) • 575 B
JSON
{
"DBInstance": {
"Properties": {
"BackupRetentionPeriod": 7,
"DBInstanceClass": "db.m4.large",
"DBSnapshotIdentifier": {
"Ref": "SnapshotId"
},
"DBSubnetGroupName": {
"Ref": "DBSubnetGroup"
},
"Engine": "aurora",
"EngineVersion": "5.6.10a",
"Port": "3306",
"PreferredBackupWindow": "22:00-22:30",
"PreferredMaintenanceWindow": "02:00-02:30",
"Tags": [
{
"Key": "Name",
"Value": "test"
}
]
},
"Type": "AWS::RDS::DBInstance"
}
}