Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-appflowconfig.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-appflowconfig.html#cfn-lookoutmetrics-anomalydetector-appflowconfig-flowname

RoleArn

An IAM role that gives Amazon Lookout for Metrics permission to access the flow.

string? RoleArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-appflowconfig.html#cfn-lookoutmetrics-anomalydetector-appflowconfig-rolearn

Back to top Generated by DocFX