UpdateProxyRuleRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Depending on the match action, the proxy either stops the evaluation (if the action is terminal - allow or deny), or continues it (if the action is alert) until it matches a rule with a terminal action.

Link copied to clipboard

Proxy rule conditions to add. Match criteria that specify what traffic attributes to examine. Conditions include operators (StringEquals, StringLike) and values to match against.

Link copied to clipboard

A description of the proxy rule.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Proxy rule conditions to remove. Match criteria that specify what traffic attributes to examine. Conditions include operators (StringEquals, StringLike) and values to match against.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String