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 c3ba497 commit 44fb65aCopy full SHA for 44fb65a
Monitoring/ingest_nas_audit_logs_into_cloudwatch/README.md
@@ -47,7 +47,7 @@ Therefore, there needs to be an VPC endpoint for all the AWS services that the L
47
<tr><td rowspan="3">s3</td><td> ListBucket</td><td> arn:aws:s3:<region>:<accountID>:*</td></tr>
48
<tr><td>GetObject</td><td rowspan="2">arn:aws:s3:<region>:<accountID>:*/*</td></tr>
49
<tr><td>PutObject</td></tr>
50
-<tr><td>Secrets Manager</td><td> GetSecretValue </td><td>arn:aws:secretsmanager:<region>:<accountID>:secret:<secretName>*;</td></tr>
+<tr><td>Secrets Manager</td><td> GetSecretValue </td><td>arn:aws:secretsmanager:<region>:<accountID>:secret:<secretName>*</td></tr>
51
</table>
52
Where:
53
0 commit comments