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::DBSubnetGroup] - [Enhancement] - Implement `GetAtt` for the `DB Subnet Group Name` #565

Open r-heimann opened 2 months ago

r-heimann commented 2 months ago

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

zrfr commented 2 months ago

CFN only supports GetAtt for properties that are listed under "readOnlyProperties". This doesn't apply to DBSubnetGroupName. Therefore this can't be implemented (officially) until CFN has an answer for https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/68.

See #564 (DBInstance)