Class: Aws::Shield::Types::EnableApplicationLayerAutomaticResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::EnableApplicationLayerAutomaticResponseRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
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.
-
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the protected resource.
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.
955 956 957 958 959 960 |
# File 'lib/aws-sdk-shield/types.rb', line 955 class EnableApplicationLayerAutomaticResponseRequest < Struct.new( :resource_arn, :action) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the protected resource.
955 956 957 958 959 960 |
# File 'lib/aws-sdk-shield/types.rb', line 955 class EnableApplicationLayerAutomaticResponseRequest < Struct.new( :resource_arn, :action) SENSITIVE = [] include Aws::Structure end |