Class: Aws::Shield::Types::ApplicationLayerAutomaticResponseConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb

Overview

The automatic application layer DDoS mitigation settings for a Protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::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.



73
74
75
76
77
78
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 73

class ApplicationLayerAutomaticResponseConfiguration < Struct.new(
  :status,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates whether automatic application layer DDoS mitigation is enabled for the protection.

Returns:

  • (String)


73
74
75
76
77
78
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 73

class ApplicationLayerAutomaticResponseConfiguration < Struct.new(
  :status,
  :action)
  SENSITIVE = []
  include Aws::Structure
end