I want to launch an RDS instance from CloudFormation.
I am constructing the JSON template based on the AWS documentation .
I want to set the PreferredBackupWindow parameter, but there is no example how to enter it's value.
I want to set it to create a snapshot every day at 6 in the morning.
How should I write it?? ["PreferredBackupWindow" : String,
]
Something like "PreferredBackupWindow" : "6:00UTC",
??