/AWS1/CL_FMSCOMPLIANCEVIOLATOR¶
Details of the resource that is not protected by the policy.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourceid TYPE /AWS1/FMSRESOURCEID /AWS1/FMSRESOURCEID¶
The resource ID.
iv_violationreason TYPE /AWS1/FMSVIOLATIONREASON /AWS1/FMSVIOLATIONREASON¶
The reason that the resource is not protected by the policy.
iv_resourcetype TYPE /AWS1/FMSRESOURCETYPE /AWS1/FMSRESOURCETYPE¶
The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. For example:
AWS::ElasticLoadBalancingV2::LoadBalancer,AWS::CloudFront::Distribution, orAWS::NetworkFirewall::FirewallPolicy.
it_metadata TYPE /AWS1/CL_FMSCPLNCVIOLATORMET_W=>TT_COMPLIANCEVIOLATORMETADATA TT_COMPLIANCEVIOLATORMETADATA¶
Metadata about the resource that doesn't comply with the policy scope.
Queryable Attributes¶
ResourceId¶
The resource ID.
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 |
ViolationReason¶
The reason that the resource is not protected by the policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIOLATIONREASON() |
Getter for VIOLATIONREASON, with configurable default |
ASK_VIOLATIONREASON() |
Getter for VIOLATIONREASON w/ exceptions if field has no val |
HAS_VIOLATIONREASON() |
Determine if VIOLATIONREASON has a value |
ResourceType¶
The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. For example:
AWS::ElasticLoadBalancingV2::LoadBalancer,AWS::CloudFront::Distribution, orAWS::NetworkFirewall::FirewallPolicy.
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 |
Metadata¶
Metadata about the resource that doesn't comply with the policy scope.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA, with configurable default |
ASK_METADATA() |
Getter for METADATA w/ exceptions if field has no value |
HAS_METADATA() |
Determine if METADATA has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COMPLIANCEVIOLATORS¶
TYPES TT_COMPLIANCEVIOLATORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FMSCOMPLIANCEVIOLATOR WITH DEFAULT KEY
.