ProxyRule - Amazon Network Firewall
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 | ALERT

Required: 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 Amazon SDKs, see the following: