Skip to content

/AWS1/CL_STNTARGET

Information about the Chatbot topics or Chatbot clients associated with a notification rule.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_targettype TYPE /AWS1/STNTARGETTYPE /AWS1/STNTARGETTYPE

The target type. Can be an Chatbot topic or Chatbot client.

  • Chatbot topics are specified as SNS.

  • Chatbot clients are specified as AWSChatbotSlack.

iv_targetaddress TYPE /AWS1/STNTARGETADDRESS /AWS1/STNTARGETADDRESS

The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.


Queryable Attributes

TargetType

The target type. Can be an Chatbot topic or Chatbot client.

  • Chatbot topics are specified as SNS.

  • Chatbot 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 Chatbot topic or Chatbot 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
.