Interface CfnAnomalyDetector.CloudwatchConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnomalyDetector.CloudwatchConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAnomalyDetector
@Stability(Stable)
public static interface CfnAnomalyDetector.CloudwatchConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.lookoutmetrics.*; CloudwatchConfigProperty cloudwatchConfigProperty = CloudwatchConfigProperty.builder() .roleArn("roleArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnomalyDetector.CloudwatchConfigProperty
static final class
An implementation forCfnAnomalyDetector.CloudwatchConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRoleArn
An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.- See Also:
-
builder
-