/AWS1/CL_FMSVIOLATIONDETAIL¶
Violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_policyid TYPE /AWS1/FMSPOLICYID /AWS1/FMSPOLICYID¶
The ID of the Firewall Manager policy that the violation details were requested for.
iv_memberaccount TYPE /AWS1/FMSAWSACCOUNTID /AWS1/FMSAWSACCOUNTID¶
The Amazon Web Services account that the violation details were requested for.
iv_resourceid TYPE /AWS1/FMSRESOURCEID /AWS1/FMSRESOURCEID¶
The resource ID that the violation details were requested for.
iv_resourcetype TYPE /AWS1/FMSRESOURCETYPE /AWS1/FMSRESOURCETYPE¶
The resource type that the violation details were requested for.
it_resourceviolations TYPE /AWS1/CL_FMSRESOURCEVIOLATION=>TT_RESOURCEVIOLATIONS TT_RESOURCEVIOLATIONS¶
List of violations for the requested resource.
Optional arguments:¶
it_resourcetags TYPE /AWS1/CL_FMSTAG=>TT_TAGLIST TT_TAGLIST¶
The
ResourceTagobjects associated with the resource.
iv_resourcedescription TYPE /AWS1/FMSLENGTHBOUNDEDSTRING /AWS1/FMSLENGTHBOUNDEDSTRING¶
Brief description for the requested resource.
Queryable Attributes¶
PolicyId¶
The ID of the Firewall Manager policy that the violation details were requested for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYID() |
Getter for POLICYID, with configurable default |
ASK_POLICYID() |
Getter for POLICYID w/ exceptions if field has no value |
HAS_POLICYID() |
Determine if POLICYID has a value |
MemberAccount¶
The Amazon Web Services account that the violation details were requested for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERACCOUNT() |
Getter for MEMBERACCOUNT, with configurable default |
ASK_MEMBERACCOUNT() |
Getter for MEMBERACCOUNT w/ exceptions if field has no value |
HAS_MEMBERACCOUNT() |
Determine if MEMBERACCOUNT has a value |
ResourceId¶
The resource ID that the violation details were requested for.
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 |
ResourceType¶
The resource type that the violation details were requested for.
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 |
ResourceViolations¶
List of violations for the requested resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEVIOLATIONS() |
Getter for RESOURCEVIOLATIONS, with configurable default |
ASK_RESOURCEVIOLATIONS() |
Getter for RESOURCEVIOLATIONS w/ exceptions if field has no |
HAS_RESOURCEVIOLATIONS() |
Determine if RESOURCEVIOLATIONS has a value |
ResourceTags¶
The
ResourceTagobjects associated with the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETAGS() |
Getter for RESOURCETAGS, with configurable default |
ASK_RESOURCETAGS() |
Getter for RESOURCETAGS w/ exceptions if field has no value |
HAS_RESOURCETAGS() |
Determine if RESOURCETAGS has a value |
ResourceDescription¶
Brief description for the requested resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEDESCRIPTION() |
Getter for RESOURCEDESCRIPTION, with configurable default |
ASK_RESOURCEDESCRIPTION() |
Getter for RESOURCEDESCRIPTION w/ exceptions if field has no |
HAS_RESOURCEDESCRIPTION() |
Determine if RESOURCEDESCRIPTION has a value |