/AWS1/CL_CWSAUDITTARGETENTITY¶
A union type that represents different types of entities that can be audited, such as services, SLOs, service operations, or canaries.
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¶
Service Level Objective entity information when the audit target is an SLO.
io_serviceoperation TYPE REF TO /AWS1/CL_CWSSERVICEOPENTITY /AWS1/CL_CWSSERVICEOPENTITY¶
Service operation entity information when the audit target is a specific operation within a service.
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¶
Service Level Objective entity information when the audit target is an SLO.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLO() |
Getter for SLO |
ServiceOperation¶
Service operation entity information when the audit target is a specific operation within a service.
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 |