Interface CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAnomalyDetectorPropsMixin
@Stability(Stable)
public static interface CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty
extends software.amazon.jsii.JsiiSerializable
Details about an Amazon AppFlow flow 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.cfnpropertymixins.services.lookoutmetrics.*;
AppFlowConfigProperty appFlowConfigProperty = AppFlowConfigProperty.builder()
.flowName("flowName")
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnomalyDetectorPropsMixin.AppFlowConfigPropertystatic final classAn implementation forCfnAnomalyDetectorPropsMixin.AppFlowConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFlowName
name of the flow.- See Also:
-
getRoleArn
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.- See Also:
-
builder
-