aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
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"
}
}
}
}
}