AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The properties of the flow, such as its source, destination, trigger type, and so on.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.FlowDefinition

Namespace: Amazon.Appflow.Model
Assembly: AWSSDK.Appflow.dll
Version: 3.x.y.z

Syntax

C#
public class FlowDefinition

The FlowDefinition type exposes the following members

Constructors

NameDescription
Public Method FlowDefinition()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

Specifies when the flow was created.

Public Property CreatedBy System.String

Gets and sets the property CreatedBy.

The ARN of the user who created the flow.

Public Property Description System.String

Gets and sets the property Description.

A user-entered description of the flow.

Public Property DestinationConnectorLabel System.String

Gets and sets the property DestinationConnectorLabel.

The label of the destination connector in the flow.

Public Property DestinationConnectorType Amazon.Appflow.ConnectorType

Gets and sets the property DestinationConnectorType.

Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.

Public Property FlowArn System.String

Gets and sets the property FlowArn.

The flow's Amazon Resource Name (ARN).

Public Property FlowName System.String

Gets and sets the property FlowName.

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Public Property FlowStatus Amazon.Appflow.FlowStatus

Gets and sets the property FlowStatus.

Indicates the current status of the flow.

Public Property LastRunExecutionDetails Amazon.Appflow.Model.ExecutionDetails

Gets and sets the property LastRunExecutionDetails.

Describes the details of the most recent flow run.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

Specifies when the flow was last updated.

Public Property LastUpdatedBy System.String

Gets and sets the property LastUpdatedBy.

Specifies the account user name that most recently updated the flow.

Public Property SourceConnectorLabel System.String

Gets and sets the property SourceConnectorLabel.

The label of the source connector in the flow.

Public Property SourceConnectorType Amazon.Appflow.ConnectorType

Gets and sets the property SourceConnectorType.

Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags used to organize, track, or control access for your flow.

Public Property TriggerType Amazon.Appflow.TriggerType

Gets and sets the property TriggerType.

Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5