Files
agent-claw/cdk/node_modules/aws-cdk-lib/aws-cloudfront/grants.json
2026-05-06 18:55:16 -05:00

15 lines
312 B
JSON

{
"resources": {
"Distribution": {
"grants": {
"createInvalidation": {
"actions": [
"cloudfront:CreateInvalidation"
],
"docSummary": "Grant to create invalidations for this bucket to an IAM principal (Role/Group/User)."
}
}
}
}
}