ManagedRuleSet

A set of rules that is managed by Amazon Web Services and Amazon Web Services Marketplace sellers to provide versioned managed rule groups for customers of WAF.

This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers.

Vendors, you can use the managed rule set APIs to provide controlled rollout of your versioned managed rule group offerings for your customers. The APIs are ListManagedRuleSets, GetManagedRuleSet, PutManagedRuleSetVersions, and UpdateManagedRuleSetVersionExpiryDate.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the entity.

Link copied to clipboard

A description of the set that helps with identification.

Link copied to clipboard
val id: String

A unique identifier for the managed rule set. The ID is returned in the responses to commands like list. You provide it to operations like get and update.

Link copied to clipboard

The label namespace prefix for the managed rule groups that are offered to customers from this managed rule set. All labels that are added by rules in the managed rule group have this prefix.

Link copied to clipboard

The name of the managed rule set. You use this, along with the rule set ID, to identify the rule set.

Link copied to clipboard

The versions of this managed rule set that are available for use by customers.

Link copied to clipboard

The version that you would like your customers to use.

Functions

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