Class: Aws::Shield::Types::EnableApplicationLayerAutomaticResponseRequest

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

Overview

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.



955
956
957
958
959
960
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 955

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

#resource_arnString

The ARN (Amazon Resource Name) of the protected resource.

Returns:

  • (String)


955
956
957
958
959
960
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 955

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