/AWS1/CL_IOESNSTOPICPUBACTION¶
Information required to publish the Amazon SNS message.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_targetarn TYPE /AWS1/IOEAMAZONRESOURCENAME /AWS1/IOEAMAZONRESOURCENAME¶
The ARN of the Amazon SNS target where the message is sent.
Optional arguments:¶
io_payload TYPE REF TO /AWS1/CL_IOEPAYLOAD /AWS1/CL_IOEPAYLOAD¶
You can configure the action payload when you send a message as an Amazon SNS push notification.
Queryable Attributes¶
targetArn¶
The ARN of the Amazon SNS target where the message is sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETARN() |
Getter for TARGETARN, with configurable default |
ASK_TARGETARN() |
Getter for TARGETARN w/ exceptions if field has no value |
HAS_TARGETARN() |
Determine if TARGETARN has a value |
payload¶
You can configure the action payload when you send a message as an Amazon SNS push notification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD |