Skip to content

Commit c635ae7

Browse files
author
MAMIP Bot
committed
NovaActServiceRolePolicy - Policy Version v1
1 parent dd66c36 commit c635ae7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

policies/NovaActServiceRolePolicy

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"PolicyVersion": {
3+
"CreateDate": "2025-11-26T16:19:08Z",
4+
"VersionId": "v1",
5+
"Document": {
6+
"Version": "2012-10-17",
7+
"Statement": [
8+
{
9+
"Action": [
10+
"cloudwatch:PutMetricData"
11+
],
12+
"Resource": "*",
13+
"Effect": "Allow",
14+
"Condition": {
15+
"StringEquals": {
16+
"cloudwatch:namespace": "AWS/NovaAct"
17+
}
18+
},
19+
"Sid": "AllowPublishCloudWatchMetrics"
20+
}
21+
]
22+
},
23+
"IsDefaultVersion": true
24+
}
25+
}

0 commit comments

Comments
 (0)