/AWS1/CL_IOEALARMACTION¶
Specifies one of the following actions to receive notifications when the alarm state changes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_sns TYPE REF TO /AWS1/CL_IOESNSTOPICPUBACTION /AWS1/CL_IOESNSTOPICPUBACTION¶
sns
io_iottopicpublish TYPE REF TO /AWS1/CL_IOEIOTTOPICPUBACTION /AWS1/CL_IOEIOTTOPICPUBACTION¶
iotTopicPublish
io_lambda TYPE REF TO /AWS1/CL_IOELAMBDAACTION /AWS1/CL_IOELAMBDAACTION¶
lambda
io_iotevents TYPE REF TO /AWS1/CL_IOEIOTEVENTSACTION /AWS1/CL_IOEIOTEVENTSACTION¶
iotEvents
io_sqs TYPE REF TO /AWS1/CL_IOESQSACTION /AWS1/CL_IOESQSACTION¶
sqs
io_firehose TYPE REF TO /AWS1/CL_IOEFIREHOSEACTION /AWS1/CL_IOEFIREHOSEACTION¶
firehose
io_dynamodb TYPE REF TO /AWS1/CL_IOEDYNAMODBACTION /AWS1/CL_IOEDYNAMODBACTION¶
dynamoDB
io_dynamodbv2 TYPE REF TO /AWS1/CL_IOEDYNAMODBV2ACTION /AWS1/CL_IOEDYNAMODBV2ACTION¶
dynamoDBv2
io_iotsitewise TYPE REF TO /AWS1/CL_IOEIOTSITEWISEACTION /AWS1/CL_IOEIOTSITEWISEACTION¶
iotSiteWise
Queryable Attributes¶
sns¶
sns
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNS() |
Getter for SNS |
iotTopicPublish¶
iotTopicPublish
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IOTTOPICPUBLISH() |
Getter for IOTTOPICPUBLISH |
lambda¶
lambda
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDA() |
Getter for LAMBDA |
iotEvents¶
iotEvents
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IOTEVENTS() |
Getter for IOTEVENTS |
sqs¶
sqs
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SQS() |
Getter for SQS |
firehose¶
firehose
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIREHOSE() |
Getter for FIREHOSE |
dynamoDB¶
dynamoDB
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DYNAMODB() |
Getter for DYNAMODB |
dynamoDBv2¶
dynamoDBv2
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DYNAMODBV2() |
Getter for DYNAMODBV2 |
iotSiteWise¶
iotSiteWise
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IOTSITEWISE() |
Getter for IOTSITEWISE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ALARMACTIONS¶
TYPES TT_ALARMACTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOEALARMACTION WITH DEFAULT KEY
.