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
This property is an exception. We currently assume that the type for these exceptions matches to the schema definition but that isn't true in this case. Working on a fix.
To be clear its an exception in which the schema doesn't properly define it and we try to fix that missing attribute.
Value: !GetAtt DBCluster.Port
fails with E6101Attempting to cast it with something like
Value: !Sub ${DBCluster.Port}
also fails with E6101Unless that is something that changed very recently, CloudFormation used to happily accept
Value: !GetAtt DBCluster.Port
Originally posted by @Dantemss in #3725 (comment)
The text was updated successfully, but these errors were encountered: