Skip to content

Commit 3b27d25

Browse files
author
MAMIP Bot
committed
AWSApplicationMigrationNetworkMigrationCustomResource - Policy Version v1
1 parent 976895e commit 3b27d25

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"PolicyVersion": {
3+
"CreateDate": "2025-11-05T11:34:07Z",
4+
"VersionId": "v1",
5+
"Document": {
6+
"Version": "2012-10-17",
7+
"Statement": [
8+
{
9+
"Action": [
10+
"ec2:ModifyTransitGateway"
11+
],
12+
"Resource": [
13+
"arn:aws:ec2:*:*:transit-gateway/*",
14+
"arn:aws:ec2:*:*:transit-gateway-route-table/*"
15+
],
16+
"Effect": "Allow",
17+
"Condition": {
18+
"StringEquals": {
19+
"aws:ResourceTag/CreatedBy": "AWSApplicationMigrationService"
20+
}
21+
},
22+
"Sid": "ModifyTGW"
23+
}
24+
]
25+
},
26+
"IsDefaultVersion": true
27+
}
28+
}

0 commit comments

Comments
 (0)