15 lines
255 B
JSON
15 lines
255 B
JSON
|
{
|
||
|
"Version":"2012-10-17",
|
||
|
"Statement":[
|
||
|
{
|
||
|
"Effect":"Allow",
|
||
|
"Action":[
|
||
|
"logs:CreateLogStream",
|
||
|
"logs:CreateLogGroup",
|
||
|
"logs:PutLogEvents"
|
||
|
],
|
||
|
"Resource":"*"
|
||
|
}
|
||
|
]
|
||
|
}
|