Difference between revisions of "Template:DenyAllOutsideRequestedRegions"
Jump to navigation
Jump to search
(Created page with " { "Version": "2012-10-17", "Statement": [ { "Sid": "DenyAllOutsideRequestedRegions", "Effect": "Deny", "NotAction":...") |
|||
Line 11: | Line 11: | ||
"Condition": { | "Condition": { | ||
"StringNotEquals": { | "StringNotEquals": { | ||
− | "aws:RequestedRegion": [ | + | "[[aws:RequestedRegion]]": [ |
"[[us-east-1]]", | "[[us-east-1]]", | ||
] | ] |
Revision as of 14:37, 19 February 2024
{ "Version": "2012-10-17", "Statement": [ { "Sid": "DenyAllOutsideRequestedRegions", "Effect": "Deny", "NotAction": [ "support:*" ], "Resource": "*", "Condition": { "StringNotEquals": { "aws:RequestedRegion": [ "us-east-1", ] } } } ] }
Advertising: