Show / Hide Table of Contents

Class CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty

Details about an Amazon AppFlow flow datasource.

Inheritance
object
CfnAnomalyDetectorPropsMixin.AppFlowConfigProperty
Implements
CfnAnomalyDetectorPropsMixin.IAppFlowConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

FlowName

name of the flow.

public string? FlowName { get; set; }
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.

public string? RoleArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnomalyDetectorPropsMixin.IAppFlowConfigProperty
Back to top Generated by DocFX