/AWS1/CL_STNTARGET¶
Information about the Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications clients associated with a notification rule.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_targettype
TYPE /AWS1/STNTARGETTYPE
/AWS1/STNTARGETTYPE
¶
The target type. Can be an Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
Amazon Q Developer in chat applications topics are specified as
SNS
.Amazon Q Developer in chat applications clients are specified as
AWSChatbotSlack
.
iv_targetaddress
TYPE /AWS1/STNTARGETADDRESS
/AWS1/STNTARGETADDRESS
¶
The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
Queryable Attributes¶
TargetType¶
The target type. Can be an Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
Amazon Q Developer in chat applications topics are specified as
SNS
.Amazon Q Developer in chat applications clients are specified as
AWSChatbotSlack
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETTYPE() |
Getter for TARGETTYPE, with configurable default |
ASK_TARGETTYPE() |
Getter for TARGETTYPE w/ exceptions if field has no value |
HAS_TARGETTYPE() |
Determine if TARGETTYPE has a value |
TargetAddress¶
The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETADDRESS() |
Getter for TARGETADDRESS, with configurable default |
ASK_TARGETADDRESS() |
Getter for TARGETADDRESS w/ exceptions if field has no value |
HAS_TARGETADDRESS() |
Determine if TARGETADDRESS 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_TARGETS
¶
TYPES TT_TARGETS TYPE STANDARD TABLE OF REF TO /AWS1/CL_STNTARGET WITH DEFAULT KEY
.