iam-floyd
Version:
AWS IAM policy statement generator with fluent interface
31 lines (30 loc) • 770 B
JSON
{
"permissions": {
"allow": [
"Bash(make build)",
"Bash(make generate)",
"Bash(SERVICE=* make generate)",
"Bash(make generate-force)",
"Bash(SERVICE=* make generate-force)",
"Bash(make index-managed-policies)",
"Bash(make package)",
"Bash(make cdk)",
"Bash(make uncdk)",
"Bash(make test)",
"Bash(make cdk-test)",
"Bash(make cdk-all)",
"Bash(make changelog)",
"Bash(make stats)",
"Bash(make clean)",
"Bash(make install)",
"Bash(make docs)",
"Bash(make test-typescript)",
"Bash(make test-typescript-cdk)",
"Bash(make regenerate-code-example-results)",
"Bash(make eslint)",
"Bash(npx tsc:*)"
],
"deny": [],
"ask": []
}
}