public static interface CfnAnomalyDetector.CloudwatchConfigProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAnomalyDetector.CloudwatchConfigProperty.Builder
A builder for
CfnAnomalyDetector.CloudwatchConfigProperty |
static class |
CfnAnomalyDetector.CloudwatchConfigProperty.Jsii$Proxy
An implementation for
CfnAnomalyDetector.CloudwatchConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAnomalyDetector.CloudwatchConfigProperty.Builder |
builder() |
java.lang.String |
getRoleArn()
An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
|
java.lang.String getRoleArn()
static CfnAnomalyDetector.CloudwatchConfigProperty.Builder builder()