Class: Aws::Shield::Types::ApplicationLayerAutomaticResponseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ApplicationLayerAutomaticResponseConfiguration
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#action ⇒ Types::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.
-
#status ⇒ String
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
Instance Attribute Details
#action ⇒ Types::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 'lib/aws-sdk-shield/types.rb', line 73 class ApplicationLayerAutomaticResponseConfiguration < Struct.new( :status, :action) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-shield/types.rb', line 73 class ApplicationLayerAutomaticResponseConfiguration < Struct.new( :status, :action) SENSITIVE = [] include Aws::Structure end |