agent-claw: automated task changes
This commit is contained in:
18
cdk/node_modules/aws-cdk-lib/aws-sns/grants.json
generated
vendored
Normal file
18
cdk/node_modules/aws-cdk-lib/aws-sns/grants.json
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"resources": {
|
||||
"Topic": {
|
||||
"hasResourcePolicy": true,
|
||||
"grants": {
|
||||
"publish": {
|
||||
"actions": ["sns:Publish"],
|
||||
"keyActions": ["kms:Decrypt", "kms:GenerateDataKey*"],
|
||||
"docSummary": "Grant topic publishing permissions to the given identity"
|
||||
},
|
||||
"subscribe": {
|
||||
"actions": ["sns:Subscribe"],
|
||||
"docSummary": "Grant topic subscribing permissions to the given identity"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user