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 high-level entity that can be queried in Amazon AppFlow. For example, a Salesforce entity might be an Account or Opportunity, whereas a ServiceNow entity might be an Incident.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.ConnectorEntity

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

Syntax

C#
public class ConnectorEntity

The ConnectorEntity type exposes the following members

Constructors

NameDescription
Public Method ConnectorEntity()

Properties

NameTypeDescription
Public Property HasNestedEntities System.Boolean

Gets and sets the property HasNestedEntities.

Specifies whether the connector entity is a parent or a category and has more entities nested underneath it. If another call is made with entitiesPath = "the_current_entity_name_with_hasNestedEntities_true", then it returns the nested entities underneath it. This provides a way to retrieve all supported entities in a recursive fashion.

Public Property Label System.String

Gets and sets the property Label.

The label applied to the connector entity.

Public Property Name System.String

Gets and sets the property Name.

The name of the connector entity.

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