Skip to content

/AWS1/CL_NWSPOLICYCONF

Configuration settings that control a policy's behavior.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_remediationenabled TYPE /AWS1/NWSREMEDIATIONENABLED /AWS1/NWSREMEDIATIONENABLED

Specifies whether AWS Network Security Manager automatically remediates noncompliant resources. Default: false.

iv_resourcescleanup TYPE /AWS1/NWSRESOURCESCLEANUP /AWS1/NWSRESOURCESCLEANUP

Specifies whether AWS Network Security Manager automatically removes the resources it created when they are no longer needed. Default: false.

Optional arguments:

io_wafconfig TYPE REF TO /AWS1/CL_NWSWAFCONFIG /AWS1/CL_NWSWAFCONFIG

AWS WAF-specific policy settings. This is populated only for AWS WAF policies.


Queryable Attributes

remediationEnabled

Specifies whether AWS Network Security Manager automatically remediates noncompliant resources. Default: false.

Accessible with the following methods

Method Description
GET_REMEDIATIONENABLED() Getter for REMEDIATIONENABLED

resourcesCleanUp

Specifies whether AWS Network Security Manager automatically removes the resources it created when they are no longer needed. Default: false.

Accessible with the following methods

Method Description
GET_RESOURCESCLEANUP() Getter for RESOURCESCLEANUP

wafConfig

AWS WAF-specific policy settings. This is populated only for AWS WAF policies.

Accessible with the following methods

Method Description
GET_WAFCONFIG() Getter for WAFCONFIG