interface AppFlowConfigProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.LookoutMetrics.CfnAnomalyDetector.AppFlowConfigProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awslookoutmetrics#CfnAnomalyDetector_AppFlowConfigProperty | 
|  Java | software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.AppFlowConfigProperty | 
|  Python | aws_cdk.aws_lookoutmetrics.CfnAnomalyDetector.AppFlowConfigProperty | 
|  TypeScript | aws-cdk-lib»aws_lookoutmetrics»CfnAnomalyDetector»AppFlowConfigProperty | 
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 { aws_lookoutmetrics as lookoutmetrics } from 'aws-cdk-lib';
const appFlowConfigProperty: lookoutmetrics.CfnAnomalyDetector.AppFlowConfigProperty = {
  flowName: 'flowName',
  roleArn: 'roleArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| flow | string | name of the flow. | 
| role | string | An IAM role that gives Amazon Lookout for Metrics permission to access the flow. | 
flowName
Type:
string
name of the flow.
roleArn
Type:
string
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
