/AWS1/CL_CWSAUDITTARGETENTITY¶
A union structure that contains the specific entity information for different types of audit targets.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_service TYPE REF TO /AWS1/CL_CWSSERVICEENTITY /AWS1/CL_CWSSERVICEENTITY¶
Service entity information when the audit target is a service.
io_slo TYPE REF TO /AWS1/CL_CWSSVCLEVELOBJIVEENT /AWS1/CL_CWSSVCLEVELOBJIVEENT¶
SLO entity information when the audit target is a service level objective.
io_serviceoperation TYPE REF TO /AWS1/CL_CWSSERVICEOPENTITY /AWS1/CL_CWSSERVICEOPENTITY¶
Service operation entity information when the audit target is a specific service operation.
io_canary TYPE REF TO /AWS1/CL_CWSCANARYENTITY /AWS1/CL_CWSCANARYENTITY¶
Canary entity information when the audit target is a CloudWatch Synthetics canary.
Queryable Attributes¶
Service¶
Service entity information when the audit target is a service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICE() |
Getter for SERVICE |
Slo¶
SLO entity information when the audit target is a service level objective.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLO() |
Getter for SLO |
ServiceOperation¶
Service operation entity information when the audit target is a specific service operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEOPERATION() |
Getter for SERVICEOPERATION |
Canary¶
Canary entity information when the audit target is a CloudWatch Synthetics canary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANARY() |
Getter for CANARY |