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.

Container for the parameters to the DescribeConnectors operation. Describes the connectors vended by Amazon AppFlow for specified connector types. If you don't specify a connector type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be returned in one page, the response contains a nextToken object, which can be be passed in to the next call to the DescribeConnectors API operation to retrieve the next page.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Appflow.AmazonAppflowRequest
      Amazon.Appflow.Model.DescribeConnectorsRequest

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

Syntax

C#
public class DescribeConnectorsRequest : AmazonAppflowRequest
         IAmazonWebServiceRequest

The DescribeConnectorsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeConnectorsRequest()

Properties

NameTypeDescription
Public Property ConnectorTypes System.Collections.Generic.List<System.String>

Gets and sets the property ConnectorTypes.

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

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of items that should be returned in the result set. The default is 20.

Public Property NextToken System.String

Gets and sets the property NextToken.

The pagination token for the next page of data.

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