/AWS1/CL_CFSEVALRSLTQUALIFIER¶
Identifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_configrulename TYPE /AWS1/CFSCONFIGRULENAME /AWS1/CFSCONFIGRULENAME¶
The name of the Config rule that was used in the evaluation.
iv_resourcetype TYPE /AWS1/CFSSTRWITHCHARLIMIT256 /AWS1/CFSSTRWITHCHARLIMIT256¶
The type of Amazon Web Services resource that was evaluated.
iv_resourceid TYPE /AWS1/CFSBASERESOURCEID /AWS1/CFSBASERESOURCEID¶
The ID of the evaluated Amazon Web Services resource.
iv_evaluationmode TYPE /AWS1/CFSEVALUATIONMODE /AWS1/CFSEVALUATIONMODE¶
The mode of an evaluation. The valid values are Detective or Proactive.
Queryable Attributes¶
ConfigRuleName¶
The name of the Config rule that was used in the evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGRULENAME() |
Getter for CONFIGRULENAME, with configurable default |
ASK_CONFIGRULENAME() |
Getter for CONFIGRULENAME w/ exceptions if field has no valu |
HAS_CONFIGRULENAME() |
Determine if CONFIGRULENAME has a value |
ResourceType¶
The type of Amazon Web Services resource that was evaluated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
ResourceId¶
The ID of the evaluated Amazon Web Services resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
EvaluationMode¶
The mode of an evaluation. The valid values are Detective or Proactive.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONMODE() |
Getter for EVALUATIONMODE, with configurable default |
ASK_EVALUATIONMODE() |
Getter for EVALUATIONMODE w/ exceptions if field has no valu |
HAS_EVALUATIONMODE() |
Determine if EVALUATIONMODE has a value |