We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd66c36 commit c635ae7Copy full SHA for c635ae7
policies/NovaActServiceRolePolicy
@@ -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