Skip to content

Commit

Permalink
Add AWS statement grammar reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbarthelet committed Sep 30, 2020
1 parent caf29d1 commit 0e05483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/aws/provider/awsProvider.js
Expand Up @@ -316,6 +316,7 @@ class AwsProvider {
{ type: 'array', items: { $ref: '#/definitions/awsArn' } },
],
},
// Definition of Statement taken from https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_grammar.html#policies-grammar-bnf
awsIamPolicyStatements: {
type: 'array',
items: {
Expand Down

0 comments on commit 0e05483

Please sign in to comment.