ProtectionApplicationLayerAutomaticResponseConfigurationAction1PropertiesArgs

data class ProtectionApplicationLayerAutomaticResponseConfigurationAction1PropertiesArgs(val block: Output<Any>? = null) : ConvertibleToJava<ProtectionApplicationLayerAutomaticResponseConfigurationAction1PropertiesArgs>

Specifies the action setting that Shield Advanced should use in the AWS 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 AWS WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

Constructors

constructor(block: Output<Any>? = null)

Properties

Link copied to clipboard
val block: Output<Any>? = null

Specifies that Shield Advanced should configure its AWS WAF rules with the AWS WAF Block action. You must specify exactly one action, either Block or Count.

Functions

Link copied to clipboard
open override fun toJava(): ProtectionApplicationLayerAutomaticResponseConfigurationAction1PropertiesArgs