aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 56 forks source link

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

Open r-heimann opened 1 year ago

r-heimann commented 1 year ago

Name of the resource

AWS::RDS::DBInstance

Description

Currently AWS::RDS::DBInstance only supports Ref to get the DB instance name. Implementing this would be great.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html

Related to https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/68

r-heimann commented 6 months ago

Still no !GetAtt support

r-heimann commented 1 month ago

"Unofficial" support according to https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-rds/issues/564 exists:

!GetAtt DBInstance.DBInstanceIdentifier

It works. I'll keep this one open so maybe at some point it will become officially supported.