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.

Describes an instance of a connector. This includes the provided name, credentials ARN, connection-mode, and so on. To keep the API intuitive and extensible, the fields that are common to all types of connector profiles are explicitly specified at the top level. The rest of the connector-specific properties are available via the connectorProfileProperties field.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.ConnectorProfile

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

Syntax

C#
public class ConnectorProfile

The ConnectorProfile type exposes the following members

Constructors

NameDescription
Public Method ConnectorProfile()

Properties

NameTypeDescription
Public Property ConnectionMode Amazon.Appflow.ConnectionMode

Gets and sets the property ConnectionMode.

Indicates the connection mode and if it is public or private.

Public Property ConnectorLabel System.String

Gets and sets the property ConnectorLabel.

The label for the connector profile being created.

Public Property ConnectorProfileArn System.String

Gets and sets the property ConnectorProfileArn.

The Amazon Resource Name (ARN) of the connector profile.

Public Property ConnectorProfileName System.String

Gets and sets the property ConnectorProfileName.

The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

Public Property ConnectorProfileProperties Amazon.Appflow.Model.ConnectorProfileProperties

Gets and sets the property ConnectorProfileProperties.

The connector-specific properties of the profile configuration.

Public Property ConnectorType Amazon.Appflow.ConnectorType

Gets and sets the property ConnectorType.

The type of connector, such as Salesforce, Amplitude, and so on.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

Specifies when the connector profile was created.

Public Property CredentialsArn System.String

Gets and sets the property CredentialsArn.

The Amazon Resource Name (ARN) of the connector profile credentials.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

Specifies when the connector profile was last updated.

Public Property PrivateConnectionProvisioningState Amazon.Appflow.Model.PrivateConnectionProvisioningState

Gets and sets the property PrivateConnectionProvisioningState.

Specifies the private connection provisioning state.

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