Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
r-heimann opened this issue Apr 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@r-heimann
Copy link

r-heimann commented Apr 27, 2023

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 #68

@r-heimann r-heimann added the enhancement New feature or request label Apr 27, 2023
@r-heimann r-heimann changed the title (AWS::RDS::DBInstance) Implement GetAtt for the DB instance name [AWS::RDS::DBInstance] - [Enhancement] - Implement GetAtt for the DB instance name Apr 17, 2024
@r-heimann
Copy link
Author

Still no !GetAtt support

@r-heimann
Copy link
Author

"Unofficial" support according to aws-cloudformation/aws-cloudformation-resource-providers-rds#564 exists:

!GetAtt DBInstance.DBInstanceIdentifier

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant