Skip to content

/AWS1/CL_VL_CREATERULERESPONSE

CreateRuleResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ARN TYPE /AWS1/VL_RULEARN /AWS1/VL_RULEARN

The Amazon Resource Name (ARN) of the rule.

IV_ID TYPE /AWS1/VL_RULEID /AWS1/VL_RULEID

The ID of the rule.

IV_NAME TYPE /AWS1/VL_RULENAME /AWS1/VL_RULENAME

The name of the rule.

IO_MATCH TYPE REF TO /AWS1/CL_VL_RULEMATCH /AWS1/CL_VL_RULEMATCH

The rule match. The RuleMatch must be an HttpMatch. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.

IV_PRIORITY TYPE /AWS1/VL_RULEPRIORITY /AWS1/VL_RULEPRIORITY

The priority assigned to the rule. The lower the priority number the higher the priority.

IO_ACTION TYPE REF TO /AWS1/CL_VL_RULEACTION /AWS1/CL_VL_RULEACTION

The rule action.


Queryable Attributes

arn

The Amazon Resource Name (ARN) of the rule.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

id

The ID of the rule.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

name

The name of the rule.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

match

The rule match. The RuleMatch must be an HttpMatch. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.

Accessible with the following methods

Method Description
GET_MATCH() Getter for MATCH

priority

The priority assigned to the rule. The lower the priority number the higher the priority.

Accessible with the following methods

Method Description
GET_PRIORITY() Getter for PRIORITY, with configurable default
ASK_PRIORITY() Getter for PRIORITY w/ exceptions if field has no value
HAS_PRIORITY() Determine if PRIORITY has a value

action

The rule action.

Accessible with the following methods

Method Description
GET_ACTION() Getter for ACTION