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

18 lines
479 B
JSON

{
"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"
}
}
}
}
}