Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ConnectorEntity Source #
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.
See: newConnectorEntity
smart constructor.
ConnectorEntity' | |
|
Instances
Create a value of ConnectorEntity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:hasNestedEntities:ConnectorEntity'
, connectorEntity_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.
$sel:label:ConnectorEntity'
, connectorEntity_label
- The label applied to the connector entity.
$sel:name:ConnectorEntity'
, connectorEntity_name
- The name of the connector entity.
connectorEntity_hasNestedEntities :: Lens' ConnectorEntity (Maybe Bool) Source #
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.
connectorEntity_label :: Lens' ConnectorEntity (Maybe Text) Source #
The label applied to the connector entity.
connectorEntity_name :: Lens' ConnectorEntity Text Source #
The name of the connector entity.