Created
November 5, 2018 23:23
-
-
Save t2ynkmr/784cbf685646859e5c6fa072c7afd60e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Id": "default", | |
"Statement": [ | |
{ | |
"Sid": "DD_LOG_INTAKE-MYACOUNTID", | |
"Effect": "Allow", | |
"Principal": { | |
"Service": "s3.amazonaws.com" | |
}, | |
"Action": "lambda:InvokeFunction", | |
"Resource": "arn:aws:lambda:ap-northeast-1:MYACOUNTID:function:AWStoDatadog", | |
"Condition": { | |
"StringEquals": { | |
"AWS:SourceAccount": "MYACOUNTID" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment