aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
26 lines • 669 B
JSON
{
"resources": {
"LogGroup": {
"hasResourcePolicy": true,
"grants": {
"write": {
"actions": [
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"docSummary": "Give permissions to create and write to streams in this log group"
},
"read": {
"actions": [
"logs:FilterLogEvents",
"logs:GetLogEvents",
"logs:GetLogGroupFields",
"logs:DescribeLogGroups",
"logs:DescribeLogStreams"
],
"docSummary": "Give permissions to read and filter events from this log group"
}
}
}
}
}