Interface CfnAnomalyDetectorPropsMixin.IAppFlowConfigProperty
Details about an Amazon AppFlow flow datasource.
Namespace: Amazon.CDK.Mixins.Preview.AWS.LookoutMetrics.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnomalyDetectorPropsMixin.IAppFlowConfigProperty
Syntax (vb)
Public Interface 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
Properties
| FlowName | name of the flow. |
| RoleArn | An IAM role that gives Amazon Lookout for Metrics permission to access the flow. |
Properties
FlowName
name of the flow.
string? FlowName { get; }
Property Value
Remarks
RoleArn
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
string? RoleArn { get; }