aws-cdk-lib.aws_lookoutmetrics.CfnAnomalyDetector.AppFlowConfigProperty

interface AppFlowConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutMetrics.CfnAnomalyDetector.AppFlowConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutmetrics#CfnAnomalyDetector_AppFlowConfigProperty
Javasoftware.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.AppFlowConfigProperty
Pythonaws_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

NameTypeDescription
flowNamestringname of the flow.
roleArnstringAn 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.