AWS vpc documentation change
Summary
Reformatted IAM policy JSON structure and updated account ID in resource ARN
Security assessment
Formatting changes and placeholder standardization without security implications
Diff
diff --git a/vpc/latest/tgw/flow-logs-cwl.md b/vpc/latest/tgw/flow-logs-cwl.md index f1cc4af74..f086229e2 100644 --- a//vpc/latest/tgw/flow-logs-cwl.md +++ b//vpc/latest/tgw/flow-logs-cwl.md @@ -116,2 +116,4 @@ JSON - "Action": ["iam:PassRole"], - "Resource": "arn:aws:iam::account-id:role/flow-log-role-name" + "Action": [ + "iam:PassRole" + ], + "Resource": "arn:aws:iam::111122223333:role/flow-log-role-name"