Skip to content

/AWS1/CL_REVFINDING

Represents a resilience finding from a failure mode assessment.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_findingid TYPE /AWS1/REVUUID /AWS1/REVUUID

The unique identifier of the finding.

iv_name TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The name of the finding.

iv_description TYPE /AWS1/REVENTITYDESCRIPTION /AWS1/REVENTITYDESCRIPTION

Resource description.

iv_failurecategory TYPE /AWS1/REVFAILURECATEGORY /AWS1/REVFAILURECATEGORY

The failure category of the finding.

iv_status TYPE /AWS1/REVFINDINGSTATUS /AWS1/REVFINDINGSTATUS

The current status of the finding.

iv_reasoning TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The reasoning behind the finding.

iv_comment TYPE /AWS1/REVSTRING /AWS1/REVSTRING

A user-provided comment about the finding.

iv_severity TYPE /AWS1/REVFINDINGSEVERITY /AWS1/REVFINDINGSEVERITY

The severity of the finding.

it_servicefunctions TYPE /AWS1/CL_REVFUNCTIONSLIST_W=>TT_FUNCTIONSLIST TT_FUNCTIONSLIST

The service functions associated with the finding.

iv_policycomponent TYPE /AWS1/REVPOLICYCOMPONENT /AWS1/REVPOLICYCOMPONENT

The policy component associated with the finding.

it_infrastructureandcoderecs TYPE /AWS1/CL_REVINFRANDCODEREC=>TT_INFRANDCODERECSLIST TT_INFRANDCODERECSLIST

Infrastructure and code recommendations to address the finding.

it_observabilityrecs TYPE /AWS1/CL_REVOBSERVABILITYREC=>TT_OBSERVABILITYRECSLIST TT_OBSERVABILITYRECSLIST

Observability recommendations to address the finding.

it_testingrecommendations TYPE /AWS1/CL_REVTESTINGREC=>TT_TESTINGRECOMMENDATIONSLIST TT_TESTINGRECOMMENDATIONSLIST

Testing recommendations to address the finding.

iv_updatedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP

The timestamp when the finding was last updated.


Queryable Attributes

findingId

The unique identifier of the finding.

Accessible with the following methods

Method Description
GET_FINDINGID() Getter for FINDINGID, with configurable default
ASK_FINDINGID() Getter for FINDINGID w/ exceptions if field has no value
HAS_FINDINGID() Determine if FINDINGID has a value

name

The name of the finding.

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

description

Resource description.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

failureCategory

The failure category of the finding.

Accessible with the following methods

Method Description
GET_FAILURECATEGORY() Getter for FAILURECATEGORY, with configurable default
ASK_FAILURECATEGORY() Getter for FAILURECATEGORY w/ exceptions if field has no val
HAS_FAILURECATEGORY() Determine if FAILURECATEGORY has a value

status

The current status of the finding.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

reasoning

The reasoning behind the finding.

Accessible with the following methods

Method Description
GET_REASONING() Getter for REASONING, with configurable default
ASK_REASONING() Getter for REASONING w/ exceptions if field has no value
HAS_REASONING() Determine if REASONING has a value

comment

A user-provided comment about the finding.

Accessible with the following methods

Method Description
GET_COMMENT() Getter for COMMENT, with configurable default
ASK_COMMENT() Getter for COMMENT w/ exceptions if field has no value
HAS_COMMENT() Determine if COMMENT has a value

severity

The severity of the finding.

Accessible with the following methods

Method Description
GET_SEVERITY() Getter for SEVERITY, with configurable default
ASK_SEVERITY() Getter for SEVERITY w/ exceptions if field has no value
HAS_SEVERITY() Determine if SEVERITY has a value

serviceFunctions

The service functions associated with the finding.

Accessible with the following methods

Method Description
GET_SERVICEFUNCTIONS() Getter for SERVICEFUNCTIONS, with configurable default
ASK_SERVICEFUNCTIONS() Getter for SERVICEFUNCTIONS w/ exceptions if field has no va
HAS_SERVICEFUNCTIONS() Determine if SERVICEFUNCTIONS has a value

policyComponent

The policy component associated with the finding.

Accessible with the following methods

Method Description
GET_POLICYCOMPONENT() Getter for POLICYCOMPONENT, with configurable default
ASK_POLICYCOMPONENT() Getter for POLICYCOMPONENT w/ exceptions if field has no val
HAS_POLICYCOMPONENT() Determine if POLICYCOMPONENT has a value

infrastructureAndCodeRecommendations

Infrastructure and code recommendations to address the finding.

Accessible with the following methods

Method Description
GET_INFRANDCODERECS() Getter for INFRASTRUCTUREANDCODERECS, with configurable defa
ASK_INFRANDCODERECS() Getter for INFRASTRUCTUREANDCODERECS w/ exceptions if field
HAS_INFRANDCODERECS() Determine if INFRASTRUCTUREANDCODERECS has a value

observabilityRecommendations

Observability recommendations to address the finding.

Accessible with the following methods

Method Description
GET_OBSERVABILITYRECS() Getter for OBSERVABILITYRECOMMENDATIONS, with configurable d
ASK_OBSERVABILITYRECS() Getter for OBSERVABILITYRECOMMENDATIONS w/ exceptions if fie
HAS_OBSERVABILITYRECS() Determine if OBSERVABILITYRECOMMENDATIONS has a value

testingRecommendations

Testing recommendations to address the finding.

Accessible with the following methods

Method Description
GET_TESTINGRECOMMENDATIONS() Getter for TESTINGRECOMMENDATIONS, with configurable default
ASK_TESTINGRECOMMENDATIONS() Getter for TESTINGRECOMMENDATIONS w/ exceptions if field has
HAS_TESTINGRECOMMENDATIONS() Determine if TESTINGRECOMMENDATIONS has a value

updatedAt

The timestamp when the finding was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value