aws-cdk-lib.aws_lookoutmetrics.CfnAnomalyDetector.CloudwatchConfigProperty

interface CloudwatchConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutMetrics.CfnAnomalyDetector.CloudwatchConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutmetrics#CfnAnomalyDetector_CloudwatchConfigProperty
Javasoftware.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.CloudwatchConfigProperty
Pythonaws_cdk.aws_lookoutmetrics.CfnAnomalyDetector.CloudwatchConfigProperty
TypeScript aws-cdk-lib » aws_lookoutmetrics » CfnAnomalyDetector » CloudwatchConfigProperty

Details about an Amazon CloudWatch datasource.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lookoutmetrics as lookoutmetrics } from 'aws-cdk-lib';
const cloudwatchConfigProperty: lookoutmetrics.CfnAnomalyDetector.CloudwatchConfigProperty = {
  roleArn: 'roleArn',
};

Properties

NameTypeDescription
roleArnstringAn IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.

roleArn

Type: string

An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.