27 lines
645 B
JSON
27 lines
645 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Sid": "EnableDisableHongKong",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"account:EnableRegion",
|
|
"account:DisableRegion"
|
|
],
|
|
"Resource": "*",
|
|
"Condition": {
|
|
"StringEquals": {"account:TargetRegion": "ap-east-1"}
|
|
}
|
|
},
|
|
{
|
|
"Sid": "ViewConsole",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"aws-portal:ViewAccount",
|
|
"account:ListRegions"
|
|
],
|
|
"Resource": "*"
|
|
}
|
|
]
|
|
}
|