Skip to content

/AWS1/CL_CUSAPPFLOWINTEGRATI00

Structure holding all APPFLOW_INTEGRATION specific workflow attributes.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_sourceconnectortype TYPE /AWS1/CUSSOURCECONNECTORTYPE /AWS1/CUSSOURCECONNECTORTYPE

Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.

iv_connectorprofilename TYPE /AWS1/CUSCONNECTORPROFILENAME /AWS1/CUSCONNECTORPROFILENAME

The name of the AppFlow connector profile used for ingestion.

Optional arguments:

iv_rolearn TYPE /AWS1/CUSSTRING1TO255 /AWS1/CUSSTRING1TO255

The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.


Queryable Attributes

SourceConnectorType

Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.

Accessible with the following methods

Method Description
GET_SOURCECONNECTORTYPE() Getter for SOURCECONNECTORTYPE, with configurable default
ASK_SOURCECONNECTORTYPE() Getter for SOURCECONNECTORTYPE w/ exceptions if field has no
HAS_SOURCECONNECTORTYPE() Determine if SOURCECONNECTORTYPE has a value

ConnectorProfileName

The name of the AppFlow connector profile used for ingestion.

Accessible with the following methods

Method Description
GET_CONNECTORPROFILENAME() Getter for CONNECTORPROFILENAME, with configurable default
ASK_CONNECTORPROFILENAME() Getter for CONNECTORPROFILENAME w/ exceptions if field has n
HAS_CONNECTORPROFILENAME() Determine if CONNECTORPROFILENAME has a value

RoleArn

The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value