AWS cli documentation change
Summary
Added --anomaly-detector-ids parameter and AnomalyDetectorId output field with IAM permission note
Security assessment
Added documentation clarifying IAM permission scope for anomaly detectors (applies to all detectors in account)
Diff
diff --git a/cli/latest/reference/cloudwatch/describe-anomaly-detectors.md b/cli/latest/reference/cloudwatch/describe-anomaly-detectors.md index 8c6ddea5e..084074a29 100644 --- a//cli/latest/reference/cloudwatch/describe-anomaly-detectors.md +++ b//cli/latest/reference/cloudwatch/describe-anomaly-detectors.md @@ -15 +15 @@ - * [AWS CLI 2.35.19 Command Reference](../../index.html) » + * [AWS CLI 2.35.21 Command Reference](../../index.html) » @@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/monito + [--anomaly-detector-ids <value>] @@ -101,0 +103,26 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/monito +`--anomaly-detector-ids` (list) + +> Specifies the unique identifiers of the anomaly detectors to describe. You can specify up to 50 identifiers. If you specify this parameter, you cannot also specify the `Namespace` , `MetricName` , `Dimensions` , or `AnomalyDetectorTypes` metric filters. +> +> Constraints: +> +> * max: `50` +> + +> +> (string) +> +>> Constraints: +>> +>> * min: `1` +>> * max: `128` +>> * pattern: `[A-Za-z0-9_./:%()+-]+` +>> + + +Syntax: + + + "string" "string" ... + + @@ -423,0 +451,16 @@ AnomalyDetectors -> (list) +>> +>> AnomalyDetectorId -> (string) +>> +>>> The unique identifier of the anomaly detector. +>>> +>>> ### Note +>>> +>>> The identifier does not restrict access to a specific anomaly detector in an IAM policy. Permissions for anomaly detector operations apply to all anomaly detectors in the account. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `128` +>>> * pattern: `[A-Za-z0-9_./:%()+-]+` +>>> + @@ -865 +908 @@ NextToken -> (string) - * [AWS CLI 2.35.19 Command Reference](../../index.html) » + * [AWS CLI 2.35.21 Command Reference](../../index.html) »