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

17 lines
306 B
JSON

{
"resources": {
"Environment": {
"grants": {
"readConfig": {
"arnFormat": "${environmentArn}/configuration/*",
"actions": [
"appconfig:GetLatestConfiguration",
"appconfig:StartConfigurationSession"
]
}
}
}
}
}