agent-claw: automated task changes
This commit is contained in:
25
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2/grants.json
generated
vendored
Normal file
25
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2/grants.json
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"resources": {
|
||||
"WebSocketApi": {
|
||||
"grants": {
|
||||
"manageConnections": {
|
||||
"arnFormat": "${webSocketApiArn}/*/*/@connections/*",
|
||||
"actions": [
|
||||
"execute-api:ManageConnections"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"WebSocketStage": {
|
||||
"grants": {
|
||||
"managementApiAccess": {
|
||||
"arnFormat": "${webSocketStageArn}/*/@connections/*",
|
||||
"actions": [
|
||||
"execute-api:ManageConnections"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user