Skip to content

Commit 3fe3da0

Browse files
author
MAMIP Bot
committed
AmazonApplicationRecoveryControllerRegionSwitchPlanExecutionPolicy - Policy Version v1
1 parent b0f9eb9 commit 3fe3da0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"PolicyVersion": {
3+
"CreateDate": "2025-11-03T19:34:08Z",
4+
"VersionId": "v1",
5+
"Document": {
6+
"Version": "2012-10-17",
7+
"Statement": [
8+
{
9+
"Action": [
10+
"arc-region-switch:GetPlan",
11+
"arc-region-switch:GetPlanExecution",
12+
"arc-region-switch:ListPlanExecutions"
13+
],
14+
"Resource": "*",
15+
"Effect": "Allow",
16+
"Sid": "GetPlanAndExecutions"
17+
},
18+
{
19+
"Action": "iam:SimulatePrincipalPolicy",
20+
"Resource": "arn:aws:iam::*:role/*",
21+
"Effect": "Allow",
22+
"Sid": "PlanEvaluation"
23+
},
24+
{
25+
"Action": [
26+
"cloudwatch:DescribeAlarms",
27+
"cloudwatch:DescribeAlarmHistory",
28+
"cloudwatch:GetMetricStatistics"
29+
],
30+
"Resource": "*",
31+
"Effect": "Allow",
32+
"Sid": "CloudWatch"
33+
}
34+
]
35+
},
36+
"IsDefaultVersion": true
37+
}
38+
}

0 commit comments

Comments
 (0)