AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.21 to 2.34.23 and corrected IAM policy example resource ARN from 'alarm-mute:*' to 'alarm-mute-rule:*'
Security assessment
This change updates version numbers and fixes a typo in an example IAM policy resource ARN. While IAM policies are security-related, this is a documentation correction rather than addressing a specific security vulnerability or adding new security documentation. The correction ensures the example matches the correct resource type but doesn't indicate a security issue was present.
Diff
diff --git a/cli/latest/reference/cloudwatch/put-alarm-mute-rule.md b/cli/latest/reference/cloudwatch/put-alarm-mute-rule.md index 5164d1ef5..515996c38 100644 --- a//cli/latest/reference/cloudwatch/put-alarm-mute-rule.md +++ b//cli/latest/reference/cloudwatch/put-alarm-mute-rule.md @@ -15 +15 @@ - * [AWS CLI 2.34.21 Command Reference](../../index.html) » + * [AWS CLI 2.34.23 Command Reference](../../index.html) » @@ -71 +71 @@ To create or update a mute rule, you must have the `cloudwatch:PutAlarmMuteRule` -For example, If you want to allow a user to create mute rules that target only specific alarms named “WebServerCPUAlarm” and “DatabaseConnectionAlarm”, you would create an IAM policy with one statement granting `cloudwatch:PutAlarmMuteRule` on the alarm mute rule resource (`arn:aws:cloudwatch:[REGION]:123456789012:alarm-mute:*` ), and another statement granting `cloudwatch:PutAlarmMuteRule` on the targeted alarm resources (`arn:aws:cloudwatch:[REGION]:123456789012:alarm:WebServerCPUAlarm` and `arn:aws:cloudwatch:[REGION]:123456789012:alarm:DatabaseConnectionAlarm` ). +For example, If you want to allow a user to create mute rules that target only specific alarms named “WebServerCPUAlarm” and “DatabaseConnectionAlarm”, you would create an IAM policy with one statement granting `cloudwatch:PutAlarmMuteRule` on the alarm mute rule resource (`arn:aws:cloudwatch:[REGION]:123456789012:alarm-mute-rule:*` ), and another statement granting `cloudwatch:PutAlarmMuteRule` on the targeted alarm resources (`arn:aws:cloudwatch:[REGION]:123456789012:alarm:WebServerCPUAlarm` and `arn:aws:cloudwatch:[REGION]:123456789012:alarm:DatabaseConnectionAlarm` ). @@ -461 +461 @@ None - * [AWS CLI 2.34.21 Command Reference](../../index.html) » + * [AWS CLI 2.34.23 Command Reference](../../index.html) »