Skip to content

Commit a3efb8f

Browse files
authored
Create AllowBilling.json
1 parent 724d40e commit a3efb8f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

AllowBilling.json

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

0 commit comments

Comments
 (0)