Class: Aws::Shield::Types::UpdateApplicationLayerAutomaticResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::UpdateApplicationLayerAutomaticResponseRequest
- Defined in:
- gems/aws-sdk-shield/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 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.
2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2132 class UpdateApplicationLayerAutomaticResponseRequest < Struct.new( :resource_arn, :action) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the resource.
2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2132 class UpdateApplicationLayerAutomaticResponseRequest < Struct.new( :resource_arn, :action) SENSITIVE = [] include Aws::Structure end |