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
Currently condition is added as key value statement where value is double quoted. It will be helpful to be able to decide whereas it is double quote or curly bracket to achieve syntax like { 'aws:SomeField': '1' } for key StringEquals.
The text was updated successfully, but these errors were encountered:
Currently condition is added as key value statement where value is double quoted. It will be helpful to be able to decide whereas it is double quote or curly bracket to achieve syntax like
{ 'aws:SomeField': '1' }
for keyStringEquals
.The text was updated successfully, but these errors were encountered: