ResponseAction

Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

Types

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

Properties

Link copied to clipboard

Specifies that Shield Advanced should configure its WAF rules with the WAF Block action.

Link copied to clipboard

Specifies that Shield Advanced should configure its WAF rules with the WAF Count action.

Functions

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