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

29 lines
532 B
JSON

{
"resources": {
"Repository": {
"grants": {
"pull": {
"actions": [
"codecommit:GitPull"
]
},
"pullPush": {
"actions": [
"codecommit:GitPull",
"codecommit:GitPush"
]
},
"read": {
"actions": [
"codecommit:GitPull",
"codecommit:EvaluatePullRequestApprovalRules",
"codecommit:Get*",
"codecommit:Describe*"
]
}
}
}
}
}