ProxyRuleGroup

Collections of related proxy filtering rules. Rule groups help you manage and reuse sets of rules across multiple proxy configurations.

Types

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

Properties

Link copied to clipboard

Time the Proxy Rule Group was created.

Link copied to clipboard

Time the Proxy Rule Group was deleted.

Link copied to clipboard

A description of the proxy rule group.

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

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).

Link copied to clipboard
val tags: List<Tag>?

The key:value pairs to associate with the resource.

Functions

Link copied to clipboard
inline fun copy(block: ProxyRuleGroup.Builder.() -> Unit = {}): ProxyRuleGroup
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