Files
2026-05-06 18:55:16 -05:00

26 lines
507 B
JSON

{
"resources": {
"WebSocketApi": {
"grants": {
"manageConnections": {
"arnFormat": "${webSocketApiArn}/*/*/@connections/*",
"actions": [
"execute-api:ManageConnections"
]
}
}
},
"WebSocketStage": {
"grants": {
"managementApiAccess": {
"arnFormat": "${webSocketStageArn}/*/@connections/*",
"actions": [
"execute-api:ManageConnections"
]
}
}
}
}
}