/AWS1/CL_DOGNOTIFCHANNEL¶
Information about a notification channel. A notification channel is used to notify you when DevOps Guru creates an insight. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics.
If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/DOGNOTIFICATIONCHANNELID
/AWS1/DOGNOTIFICATIONCHANNELID
¶
The ID of a notification channel.
io_config
TYPE REF TO /AWS1/CL_DOGNOTIFCHANNELCONFIG
/AWS1/CL_DOGNOTIFCHANNELCONFIG
¶
A
NotificationChannelConfig
object that contains information about configured notification channels.
Queryable Attributes¶
Id¶
The ID of a notification channel.
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 |
Config¶
A
NotificationChannelConfig
object that contains information about configured notification channels.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONFIG() |
Getter for CONFIG |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CHANNELS
¶
TYPES TT_CHANNELS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOGNOTIFCHANNEL WITH DEFAULT KEY
.