Skip to content

Commit 6f1203c

Browse files
authored
Create AllowCloud9.json
1 parent 0c64dab commit 6f1203c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

AllowCloud9.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"Version": "2012-10-17",
3+
"Statement": [
4+
{
5+
"Sid": "Stmt1522847339000",
6+
"Effect": "Allow",
7+
"Action": [
8+
"cloud9:*"
9+
],
10+
"Resource": [
11+
"*"
12+
]
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)