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 ListConnectorEntities operation. Returns the list of available connector entities supported by Amazon AppFlow. For example, you can query Salesforce for Account and Opportunity entities, or query ServiceNow for the Incident entity.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListConnectorEntitiesRequest : AmazonAppflowRequest
         IAmazonWebServiceRequest

The ListConnectorEntitiesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApiVersion System.String

Gets and sets the property ApiVersion.

The version of the API that's used by the connector.

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, and is used to query the downstream connector.

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 EntitiesPath System.String

Gets and sets the property EntitiesPath.

This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the entitiesPath parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of items that the operation returns in the response.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token that was provided by your prior ListConnectorEntities operation if the response was too big for the page size. You specify this token to get the next page of results in paginated response.

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