/AWS1/CL_CN2CAMPAIGNSUMMARY¶
An Amazon Connect campaign summary.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CN2CAMPAIGNID /AWS1/CN2CAMPAIGNID¶
Identifier representing a Campaign
iv_arn TYPE /AWS1/CN2CAMPAIGNARN /AWS1/CN2CAMPAIGNARN¶
The resource name of an Amazon Connect campaign.
iv_name TYPE /AWS1/CN2CAMPAIGNNAME /AWS1/CN2CAMPAIGNNAME¶
The name of an Amazon Connect Campaign name.
iv_connectinstanceid TYPE /AWS1/CN2INSTANCEID /AWS1/CN2INSTANCEID¶
Amazon Connect Instance Id
it_channelsubtypes TYPE /AWS1/CL_CN2CHANNELSUBTYPELS00=>TT_CHANNELSUBTYPELIST TT_CHANNELSUBTYPELIST¶
Channel subtype list
Optional arguments:¶
iv_type TYPE /AWS1/CN2EXTERNALCAMPAIGNTYPE /AWS1/CN2EXTERNALCAMPAIGNTYPE¶
The type of campaign externally exposed in APIs.
io_schedule TYPE REF TO /AWS1/CL_CN2SCHEDULE /AWS1/CL_CN2SCHEDULE¶
Campaign schedule
io_entrylimitsconfig TYPE REF TO /AWS1/CL_CN2ENTRYLIMITSCONFIG /AWS1/CL_CN2ENTRYLIMITSCONFIG¶
Campaign entry limits config
iv_connectcampaignflowarn TYPE /AWS1/CN2ARN /AWS1/CN2ARN¶
Amazon Resource Names(ARN)
Queryable Attributes¶
id¶
Identifier representing a Campaign
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The resource name of an Amazon Connect campaign.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
name¶
The name of an Amazon Connect Campaign name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
connectInstanceId¶
Amazon Connect Instance Id
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTINSTANCEID() |
Getter for CONNECTINSTANCEID, with configurable default |
ASK_CONNECTINSTANCEID() |
Getter for CONNECTINSTANCEID w/ exceptions if field has no v |
HAS_CONNECTINSTANCEID() |
Determine if CONNECTINSTANCEID has a value |
channelSubtypes¶
Channel subtype list
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELSUBTYPES() |
Getter for CHANNELSUBTYPES, with configurable default |
ASK_CHANNELSUBTYPES() |
Getter for CHANNELSUBTYPES w/ exceptions if field has no val |
HAS_CHANNELSUBTYPES() |
Determine if CHANNELSUBTYPES has a value |
type¶
The type of campaign externally exposed in APIs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
schedule¶
Campaign schedule
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULE() |
Getter for SCHEDULE |
entryLimitsConfig¶
Campaign entry limits config
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTRYLIMITSCONFIG() |
Getter for ENTRYLIMITSCONFIG |
connectCampaignFlowArn¶
Amazon Resource Names(ARN)
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTCAMPAIGNFLOWARN() |
Getter for CONNECTCAMPAIGNFLOWARN, with configurable default |
ASK_CONNECTCAMPAIGNFLOWARN() |
Getter for CONNECTCAMPAIGNFLOWARN w/ exceptions if field has |
HAS_CONNECTCAMPAIGNFLOWARN() |
Determine if CONNECTCAMPAIGNFLOWARN 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_CAMPAIGNSUMMARYLIST¶
TYPES TT_CAMPAIGNSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CN2CAMPAIGNSUMMARY WITH DEFAULT KEY
.