60e3af42d5
* Port sns_topic to boto3 and add tests
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"Version":"2012-10-17",
|
|
"Statement":[
|
|
{
|
|
"Effect":"Allow",
|
|
"Action":[
|
|
"logs:CreateLogStream",
|
|
"logs:CreateLogGroup",
|
|
"logs:PutLogEvents"
|
|
],
|
|
"Resource":"*"
|
|
}
|
|
]
|
|
}
|