Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Aug 21, 2024
1 parent f01adfc commit e853251
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions policies/AmazonOpenSearchServiceRolePolicy
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@
"Resource": "*",
"Condition": {
"StringEquals": {
"cloudwatch:namespace": "AWS/ES"
"cloudwatch:namespace": [
"AWS/ES",
"AWS/OpenSearch"
]
}
}
},
Expand Down Expand Up @@ -194,8 +197,8 @@
}
]
},
"VersionId": "v7",
"VersionId": "v8",
"IsDefaultVersion": true,
"CreateDate": "2023-10-23T07:07:31+00:00"
"CreateDate": "2024-08-20T22:57:07+00:00"
}
}

0 comments on commit e853251

Please sign in to comment.