Open r-heimann opened 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)
See https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1633 Should be fairly easy to implement, since it already exists as a
!Ref
.