Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Version": "2012-10-17",
- "Statement": [
- {
- "Effect": "Allow",
- "Action": "logs:CreateLogGroup",
- "Resource": "arn:aws:logs:ap-southeast-1:xxxxxxxxxxxxxxx:*"
- },
- {
- "Effect": "Allow",
- "Action": [
- "logs:CreateLogStream",
- "logs:PutLogEvents"
- ],
- "Resource": [
- "arn:aws:logs:ap-southeast-1:xxxxxxxxxxxxxxx:log-group:/aws/lambda/rdsStop:*"
- ]
- },
- {
- "Action": [
- "lambda:GetFunction",
- "lambda:GetFunctionConfiguration"
- ],
- "Resource": [
- "*"
- ],
- "Effect": "Allow"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment