aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
26 stars 42 forks source link

How can I use these repositories in my yaml templates? #468

Closed MrAliMohsin closed 11 months ago

MrAliMohsin commented 11 months ago

Apologies if this is a very dumb question, and I don't know where else to ask, but I am very new to Cloudformation. Moreover, I am not easygoing with GitHub as well. I was looking for rds instance automated backup replication and in AWS documentation I was unable to find the property "AutomaticBackupReplicationRegion". In this repository, very recently the property "AutomaticBackupReplicationRegion" is added . However I am not sure how to use this repository as I just create the yaml templates using aws syntax and when I added this property in my AWS::RDS::DBInstance resource, it is throwing error. image

khebul commented 11 months ago

Hello, when the property will be publicly available, we will update the public documentation with the new property. As of now, even if the commit which has added this property has been merged, the feature is not yet deployed. When ready, we intend to add this property to the public documentation and include the example json and yaml templates.