interface AppFlowConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.LookoutMetrics.Mixins.CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslookoutmetrics/mixins#CfnAnomalyDetectorPropsMixin_AppFlowConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.lookoutmetrics.mixins.CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty |
Python | aws_cdk.mixins_preview.aws_lookoutmetrics.mixins.CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_lookoutmetrics » mixins » CfnAnomalyDetectorPropsMixin » 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 { mixins as lookoutmetrics_mixins } from '@aws-cdk/mixins-preview/aws-lookoutmetrics';
const appFlowConfigProperty: lookoutmetrics_mixins.CfnAnomalyDetectorPropsMixin.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
(optional)
name of the flow.
roleArn?
Type:
string
(optional)
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.

.NET
Go
Java
Python
TypeScript