ProxyRule
Individual rules that define match conditions and actions for application-layer traffic. Rules specify what to inspect (domains, headers, methods) and what action to take (allow, deny, alert).
Contents
- Action
-
Action to take.
Type: String
Valid Values:
ALLOW | DENY | ALERTRequired: No
- Conditions
-
Match criteria that specify what traffic attributes to examine. Conditions include operators (StringEquals, StringLike) and values to match against.
Type: Array of ProxyRuleCondition objects
Required: No
- Description
-
A description of the proxy rule.
Type: String
Length Constraints: Maximum length of 512.
Pattern:
^.*$Required: No
- ProxyRuleName
-
The descriptive name of the proxy rule. You can't change the name of a proxy rule after you create it.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-zA-Z0-9-]+$Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: