aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
26 lines (24 loc) • 507 B
JSON
{
"resources": {
"WebSocketApi": {
"grants": {
"manageConnections": {
"arnFormat": "${webSocketApiArn}/*/*/@connections/*",
"actions": [
"execute-api:ManageConnections"
]
}
}
},
"WebSocketStage": {
"grants": {
"managementApiAccess": {
"arnFormat": "${webSocketStageArn}/*/@connections/*",
"actions": [
"execute-api:ManageConnections"
]
}
}
}
}
}