Skip to content

/AWS1/CL_NWFUPPROXYRLPRIORIT01

UpdateProxyRulePrioritiesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_proxyrulegroupname TYPE /AWS1/NWFRESOURCENAME /AWS1/NWFRESOURCENAME

The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.

iv_proxyrulegrouparn TYPE /AWS1/NWFRESOURCEARN /AWS1/NWFRESOURCEARN

The Amazon Resource Name (ARN) of a proxy rule group.

iv_rulegrouprequestphase TYPE /AWS1/NWFRULEGROUPREQUESTPHASE /AWS1/NWFRULEGROUPREQUESTPHASE

Evaluation points in the traffic flow where rules are applied. There are three phases in a traffic where the rule match is applied.

it_rules TYPE /AWS1/CL_NWFPROXYRULEPRIORITY=>TT_PROXYRULEPRIORITYLIST TT_PROXYRULEPRIORITYLIST

The updated proxy rule hierarchy that reflects the updates from the request.

iv_updatetoken TYPE /AWS1/NWFUPDATETOKEN /AWS1/NWFUPDATETOKEN

A token used for optimistic locking. Network Firewall returns a token to your requests that access the proxy rule group. The token marks the state of the proxy rule group resource at the time of the request.

To make changes to the proxy rule group, you provide the token in your request. Network Firewall uses the token to ensure that the proxy rule group hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the proxy rule group again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.


Queryable Attributes

ProxyRuleGroupName

The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.

Accessible with the following methods

Method Description
GET_PROXYRULEGROUPNAME() Getter for PROXYRULEGROUPNAME, with configurable default
ASK_PROXYRULEGROUPNAME() Getter for PROXYRULEGROUPNAME w/ exceptions if field has no
HAS_PROXYRULEGROUPNAME() Determine if PROXYRULEGROUPNAME has a value

ProxyRuleGroupArn

The Amazon Resource Name (ARN) of a proxy rule group.

Accessible with the following methods

Method Description
GET_PROXYRULEGROUPARN() Getter for PROXYRULEGROUPARN, with configurable default
ASK_PROXYRULEGROUPARN() Getter for PROXYRULEGROUPARN w/ exceptions if field has no v
HAS_PROXYRULEGROUPARN() Determine if PROXYRULEGROUPARN has a value

RuleGroupRequestPhase

Evaluation points in the traffic flow where rules are applied. There are three phases in a traffic where the rule match is applied.

Accessible with the following methods

Method Description
GET_RULEGROUPREQUESTPHASE() Getter for RULEGROUPREQUESTPHASE, with configurable default
ASK_RULEGROUPREQUESTPHASE() Getter for RULEGROUPREQUESTPHASE w/ exceptions if field has
HAS_RULEGROUPREQUESTPHASE() Determine if RULEGROUPREQUESTPHASE has a value

Rules

The updated proxy rule hierarchy that reflects the updates from the request.

Accessible with the following methods

Method Description
GET_RULES() Getter for RULES, with configurable default
ASK_RULES() Getter for RULES w/ exceptions if field has no value
HAS_RULES() Determine if RULES has a value

UpdateToken

A token used for optimistic locking. Network Firewall returns a token to your requests that access the proxy rule group. The token marks the state of the proxy rule group resource at the time of the request.

To make changes to the proxy rule group, you provide the token in your request. Network Firewall uses the token to ensure that the proxy rule group hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the proxy rule group again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.

Accessible with the following methods

Method Description
GET_UPDATETOKEN() Getter for UPDATETOKEN, with configurable default
ASK_UPDATETOKEN() Getter for UPDATETOKEN w/ exceptions if field has no value
HAS_UPDATETOKEN() Determine if UPDATETOKEN has a value