/AWS1/CL_SMIPAGERDUTYCONF¶
Details about the PagerDuty configuration for a response plan.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/SMISTRING /AWS1/SMISTRING¶
The name of the PagerDuty configuration.
iv_secretid TYPE /AWS1/SMISTRING /AWS1/SMISTRING¶
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
io_pagerdutyincidentconf TYPE REF TO /AWS1/CL_SMIPAGERDUTYINCIDEN00 /AWS1/CL_SMIPAGERDUTYINCIDEN00¶
Details about the PagerDuty service associated with the configuration.
Queryable Attributes¶
name¶
The name of the PagerDuty configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
secretId¶
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETID() |
Getter for SECRETID, with configurable default |
ASK_SECRETID() |
Getter for SECRETID w/ exceptions if field has no value |
HAS_SECRETID() |
Determine if SECRETID has a value |
pagerDutyIncidentConfiguration¶
Details about the PagerDuty service associated with the configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGERDUTYINCIDENTCONF() |
Getter for PAGERDUTYINCIDENTCONF |