@Stability(value=Stable)
public static interface CfnAnomalyDetector.AppFlowConfigProperty
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.*;
AppFlowConfigProperty appFlowConfigProperty = AppFlowConfigProperty.builder()
.flowName("flowName")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAnomalyDetector.AppFlowConfigProperty.Builder
A builder for
CfnAnomalyDetector.AppFlowConfigProperty |
static class |
CfnAnomalyDetector.AppFlowConfigProperty.Jsii$Proxy
An implementation for
CfnAnomalyDetector.AppFlowConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAnomalyDetector.AppFlowConfigProperty.Builder |
builder() |
String |
getFlowName()
name of the flow.
|
String |
getRoleArn()
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
|
@Stability(value=Stable) @NotNull String getFlowName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnAnomalyDetector.AppFlowConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.