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 DescribeConnectorProfiles operation. Returns a list of connector-profile details matching the provided connector-profile names and connector-types. Both input lists are optional, and you can use them to filter the result.

If no names or connector-types are provided, returns all connector profiles in a paginated form. If there is no match, this operation returns an empty list.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeConnectorProfilesRequest : AmazonAppflowRequest
         IAmazonWebServiceRequest

The DescribeConnectorProfilesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConnectorLabel System.String

Gets and sets the property ConnectorLabel.

The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

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

Gets and sets the property ConnectorProfileNames.

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

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 MaxResults System.Int32

Gets and sets the property MaxResults.

Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

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