Class CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty
Details about an Amazon AppFlow flow datasource.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.LookoutMetrics.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty : CfnAnomalyDetectorPropsMixin.IAppFlowConfigProperty
Syntax (vb)
Public Class CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty Implements CfnAnomalyDetectorPropsMixin.IAppFlowConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.LookoutMetrics.Mixins;
var appFlowConfigProperty = new AppFlowConfigProperty {
FlowName = "flowName",
RoleArn = "roleArn"
};
Synopsis
Constructors
| AppFlowConfigProperty() | Details about an Amazon AppFlow flow datasource. |
Properties
| FlowName | name of the flow. |
| RoleArn | An IAM role that gives Amazon Lookout for Metrics permission to access the flow. |
Constructors
AppFlowConfigProperty()
Details about an Amazon AppFlow flow datasource.
public AppFlowConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.LookoutMetrics.Mixins;
var appFlowConfigProperty = new AppFlowConfigProperty {
FlowName = "flowName",
RoleArn = "roleArn"
};
Properties
FlowName
name of the flow.
public string? FlowName { get; set; }
Property Value
Remarks
RoleArn
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
public string? RoleArn { get; set; }