amazonka-shield-2.0: Amazon Shield SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Shield.EnableApplicationLayerAutomaticResponse

Description

Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource.

This feature is available for Amazon CloudFront distributions and Application Load Balancers only.

This causes Shield Advanced to create, verify, and apply WAF rules for DDoS attacks that it detects for the resource. Shield Advanced applies the rules in a Shield rule group inside the web ACL that you've associated with the resource. For information about how automatic mitigation works and the requirements for using it, see Shield Advanced automatic application layer DDoS mitigation.

Don't use this action to make changes to automatic mitigation settings when it's already enabled for a resource. Instead, use UpdateApplicationLayerAutomaticResponse.

To use this feature, you must associate a web ACL with the protected resource. The web ACL must be created using the latest version of WAF (v2). You can associate the web ACL through the Shield Advanced console at https://console.aws.amazon.com/wafv2/shieldv2#/. For more information, see Getting Started with Shield Advanced. You can also associate the web ACL to the resource through the WAF console or the WAF API, but you must manage Shield Advanced automatic mitigation through Shield Advanced. For information about WAF, see WAF Developer Guide.

Synopsis

Creating a Request

data EnableApplicationLayerAutomaticResponse Source #

Constructors

EnableApplicationLayerAutomaticResponse' 

Fields

  • resourceArn :: Text

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

  • action :: 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.

Instances

Instances details
ToJSON EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

ToHeaders EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

ToPath EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

ToQuery EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

AWSRequest EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

Generic EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

Read EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

Show EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

NFData EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

Eq EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

Hashable EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

type AWSResponse EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

type Rep EnableApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

type Rep EnableApplicationLayerAutomaticResponse = D1 ('MetaData "EnableApplicationLayerAutomaticResponse" "Amazonka.Shield.EnableApplicationLayerAutomaticResponse" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "EnableApplicationLayerAutomaticResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResponseAction)))

newEnableApplicationLayerAutomaticResponse Source #

Create a value of EnableApplicationLayerAutomaticResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

EnableApplicationLayerAutomaticResponse, enableApplicationLayerAutomaticResponse_resourceArn - The ARN (Amazon Resource Name) of the protected resource.

EnableApplicationLayerAutomaticResponse, enableApplicationLayerAutomaticResponse_action - 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.

Request Lenses

enableApplicationLayerAutomaticResponse_action :: Lens' EnableApplicationLayerAutomaticResponse ResponseAction Source #

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.

Destructuring the Response

data EnableApplicationLayerAutomaticResponseResponse Source #

Constructors

EnableApplicationLayerAutomaticResponseResponse' 

Fields

Instances

Instances details
Generic EnableApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

Read EnableApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

Show EnableApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

NFData EnableApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

Eq EnableApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

type Rep EnableApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.EnableApplicationLayerAutomaticResponse

type Rep EnableApplicationLayerAutomaticResponseResponse = D1 ('MetaData "EnableApplicationLayerAutomaticResponseResponse" "Amazonka.Shield.EnableApplicationLayerAutomaticResponse" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "EnableApplicationLayerAutomaticResponseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEnableApplicationLayerAutomaticResponseResponse Source #

Create a value of EnableApplicationLayerAutomaticResponseResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:EnableApplicationLayerAutomaticResponseResponse', enableApplicationLayerAutomaticResponseResponse_httpStatus - The response's http status code.

Response Lenses