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
27 stars 43 forks source link

[AWS::RDS::DBInstance] - [Enhancement] - Implement `GetAtt` for the `DB instance name` #564

Open r-heimann opened 2 months ago

r-heimann commented 2 months ago

See https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1625 Should be fairly easy to implement, since it already exists as a !Ref.

zrfr commented 2 months ago

!GetAtt DBInstance.DBInstanceIdentifier already works today.

Note that this is not documented and is not officially supported by the CFN framework. To officially support and document this we are blocked on https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/68.