/AWS1/CL_CNTINTEGRATIONASSOC00¶
Contains summary information about the associated AppIntegrations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_integrationassociationid TYPE /AWS1/CNTINTEGRATIONASSOCIAT00 /AWS1/CNTINTEGRATIONASSOCIAT00¶
The identifier for the AppIntegration association.
iv_integrationassociationarn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) for the AppIntegration association.
iv_instanceid TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID¶
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
iv_integrationtype TYPE /AWS1/CNTINTEGRATIONTYPE /AWS1/CNTINTEGRATIONTYPE¶
The integration type.
iv_integrationarn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) for the AppIntegration.
iv_sourceapplicationurl TYPE /AWS1/CNTURI /AWS1/CNTURI¶
The URL for the external application.
iv_sourceapplicationname TYPE /AWS1/CNTSOURCEAPPLICATIONNAME /AWS1/CNTSOURCEAPPLICATIONNAME¶
The user-provided, friendly name for the external application.
iv_sourcetype TYPE /AWS1/CNTSOURCETYPE /AWS1/CNTSOURCETYPE¶
The name of the source.
Queryable Attributes¶
IntegrationAssociationId¶
The identifier for the AppIntegration association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATIONASSOCIATIONID() |
Getter for INTEGRATIONASSOCIATIONID, with configurable defau |
ASK_INTEGRATIONASSOCIATIONID() |
Getter for INTEGRATIONASSOCIATIONID w/ exceptions if field h |
HAS_INTEGRATIONASSOCIATIONID() |
Determine if INTEGRATIONASSOCIATIONID has a value |
IntegrationAssociationArn¶
The Amazon Resource Name (ARN) for the AppIntegration association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATIONASSOCIATION00() |
Getter for INTEGRATIONASSOCIATIONARN, with configurable defa |
ASK_INTEGRATIONASSOCIATION00() |
Getter for INTEGRATIONASSOCIATIONARN w/ exceptions if field |
HAS_INTEGRATIONASSOCIATION00() |
Determine if INTEGRATIONASSOCIATIONARN has a value |
InstanceId¶
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
IntegrationType¶
The integration type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATIONTYPE() |
Getter for INTEGRATIONTYPE, with configurable default |
ASK_INTEGRATIONTYPE() |
Getter for INTEGRATIONTYPE w/ exceptions if field has no val |
HAS_INTEGRATIONTYPE() |
Determine if INTEGRATIONTYPE has a value |
IntegrationArn¶
The Amazon Resource Name (ARN) for the AppIntegration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATIONARN() |
Getter for INTEGRATIONARN, with configurable default |
ASK_INTEGRATIONARN() |
Getter for INTEGRATIONARN w/ exceptions if field has no valu |
HAS_INTEGRATIONARN() |
Determine if INTEGRATIONARN has a value |
SourceApplicationUrl¶
The URL for the external application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEAPPLICATIONURL() |
Getter for SOURCEAPPLICATIONURL, with configurable default |
ASK_SOURCEAPPLICATIONURL() |
Getter for SOURCEAPPLICATIONURL w/ exceptions if field has n |
HAS_SOURCEAPPLICATIONURL() |
Determine if SOURCEAPPLICATIONURL has a value |
SourceApplicationName¶
The user-provided, friendly name for the external application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEAPPLICATIONNAME() |
Getter for SOURCEAPPLICATIONNAME, with configurable default |
ASK_SOURCEAPPLICATIONNAME() |
Getter for SOURCEAPPLICATIONNAME w/ exceptions if field has |
HAS_SOURCEAPPLICATIONNAME() |
Determine if SOURCEAPPLICATIONNAME has a value |
SourceType¶
The name of the source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INTEGRATIONASSOCIATIONSUM00¶
TYPES TT_INTEGRATIONASSOCIATIONSUM00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTINTEGRATIONASSOC00 WITH DEFAULT KEY
.