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 configuration settings related to a given connector.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.ConnectorConfiguration

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

Syntax

C#
public class ConnectorConfiguration

The ConnectorConfiguration type exposes the following members

Constructors

NameDescription
Public Method ConnectorConfiguration()

Properties

NameTypeDescription
Public Property AuthenticationConfig Amazon.Appflow.Model.AuthenticationConfig

Gets and sets the property AuthenticationConfig.

The authentication config required for the connector.

Public Property CanUseAsDestination System.Boolean

Gets and sets the property CanUseAsDestination.

Specifies whether the connector can be used as a destination.

Public Property CanUseAsSource System.Boolean

Gets and sets the property CanUseAsSource.

Specifies whether the connector can be used as a source.

Public Property ConnectorArn System.String

Gets and sets the property ConnectorArn.

The Amazon Resource Name (ARN) for the registered connector.

Public Property ConnectorDescription System.String

Gets and sets the property ConnectorDescription.

A description about the connector.

Public Property ConnectorLabel System.String

Gets and sets the property ConnectorLabel.

The label used for registering the connector.

Public Property ConnectorMetadata Amazon.Appflow.Model.ConnectorMetadata

Gets and sets the property ConnectorMetadata.

Specifies connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.

Public Property ConnectorModes System.Collections.Generic.List<System.String>

Gets and sets the property ConnectorModes.

The connection modes that the connector supports.

Public Property ConnectorName System.String

Gets and sets the property ConnectorName.

The connector name.

Public Property ConnectorOwner System.String

Gets and sets the property ConnectorOwner.

The owner who developed the connector.

Public Property ConnectorProvisioningConfig Amazon.Appflow.Model.ConnectorProvisioningConfig

Gets and sets the property ConnectorProvisioningConfig.

The configuration required for registering the connector.

Public Property ConnectorProvisioningType Amazon.Appflow.ConnectorProvisioningType

Gets and sets the property ConnectorProvisioningType.

The provisioning type used to register the connector.

Public Property ConnectorRuntimeSettings System.Collections.Generic.List<Amazon.Appflow.Model.ConnectorRuntimeSetting>

Gets and sets the property ConnectorRuntimeSettings.

The required connector runtime settings.

Public Property ConnectorType Amazon.Appflow.ConnectorType

Gets and sets the property ConnectorType.

The connector type.

Public Property ConnectorVersion System.String

Gets and sets the property ConnectorVersion.

The connector version.

Public Property IsPrivateLinkEnabled System.Boolean

Gets and sets the property IsPrivateLinkEnabled.

Specifies if PrivateLink is enabled for that connector.

Public Property IsPrivateLinkEndpointUrlRequired System.Boolean

Gets and sets the property IsPrivateLinkEndpointUrlRequired.

Specifies if a PrivateLink endpoint URL is required.

Public Property LogoURL System.String

Gets and sets the property LogoURL.

Logo URL of the connector.

Public Property RegisteredAt System.DateTime

Gets and sets the property RegisteredAt.

The date on which the connector was registered.

Public Property RegisteredBy System.String

Gets and sets the property RegisteredBy.

Information about who registered the connector.

Public Property SupportedApiVersions System.Collections.Generic.List<System.String>

Gets and sets the property SupportedApiVersions.

A list of API versions that are supported by the connector.

Public Property SupportedDataTransferApis System.Collections.Generic.List<Amazon.Appflow.Model.DataTransferApi>

Gets and sets the property SupportedDataTransferApis.

The APIs of the connector application that Amazon AppFlow can use to transfer your data.

Public Property SupportedDataTransferTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedDataTransferTypes.

The data transfer types that the connector supports.

RECORD

Structured records.

FILE

Files or binary data.

Public Property SupportedDestinationConnectors System.Collections.Generic.List<System.String>

Gets and sets the property SupportedDestinationConnectors.

Lists the connectors that are available for use as destinations.

Public Property SupportedOperators System.Collections.Generic.List<System.String>

Gets and sets the property SupportedOperators.

A list of operators supported by the connector.

Public Property SupportedSchedulingFrequencies System.Collections.Generic.List<System.String>

Gets and sets the property SupportedSchedulingFrequencies.

Specifies the supported flow frequency for that connector.

Public Property SupportedTriggerTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedTriggerTypes.

Specifies the supported trigger types for the flow.

Public Property SupportedWriteOperations System.Collections.Generic.List<System.String>

Gets and sets the property SupportedWriteOperations.

A list of write operations supported by the connector.

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