@Stability(value=Stable)
public static interface CfnAnomalyDetector.CloudwatchConfigProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getRoleArn()
An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
|
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnAnomalyDetector.CloudwatchConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.