aws-cdk-stack-builder-tool icon indicating copy to clipboard operation
aws-cdk-stack-builder-tool copied to clipboard

Ability to use conditions in IAM policy statement

Open w1zdun opened this issue 1 year ago • 0 comments

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.

w1zdun avatar Nov 20 '23 17:11 w1zdun