interface AnomalyDetectorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudWatch.AnomalyDetectorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#AnomalyDetectorReference |
Java | software.amazon.awscdk.services.cloudwatch.AnomalyDetectorReference |
Python | aws_cdk.aws_cloudwatch.AnomalyDetectorReference |
TypeScript | aws-cdk-lib » aws_cloudwatch » AnomalyDetectorReference |
A reference to a AnomalyDetector resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudwatch as cloudwatch } from 'aws-cdk-lib';
const anomalyDetectorReference: cloudwatch.AnomalyDetectorReference = {
anomalyDetectorId: 'anomalyDetectorId',
};
Properties
| Name | Type | Description |
|---|---|---|
| anomaly | string | The Id of the AnomalyDetector resource. |
anomalyDetectorId
Type:
string
The Id of the AnomalyDetector resource.

.NET
Go
Java
Python
TypeScript