You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 aws-cloudformation/cloudformation-coverage-roadmap#68.
See aws-cloudformation/cloudformation-coverage-roadmap#1633
Should be fairly easy to implement, since it already exists as a
!Ref
.The text was updated successfully, but these errors were encountered: