Class CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.shield.CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty
An implementation for
CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.shield.CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty
CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Builder, CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies the action setting that Shield Advanced should use in the AWS WAF rules that it creates on behalf of the protected resource in response to DDoS attacks.final StringIndicates whether automatic application layer DDoS mitigation is enabled for the protection.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnProtection.ApplicationLayerAutomaticResponseConfigurationPropertySpecifies the action setting that Shield Advanced should use in the AWS 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 AWS WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
- Specified by:
getActionin interfaceCfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty
-
getStatus
Description copied from interface:CfnProtection.ApplicationLayerAutomaticResponseConfigurationPropertyIndicates whether automatic application layer DDoS mitigation is enabled for the protection.- Specified by:
getStatusin interfaceCfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-