Class CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.shield.CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty
An implementation for
CfnProtectionPropsMixin.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.cfnpropertymixins.services.shield.CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty
CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty.Builder, CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProtectionPropsMixin.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(CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnProtectionPropsMixin.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.
Returns union: either
IResolvableorCfnProtectionPropsMixin.ActionProperty- Specified by:
getActionin interfaceCfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty- See Also:
-
getStatus
Description copied from interface:CfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationPropertyIndicates whether automatic application layer DDoS mitigation is enabled for the protection.- Specified by:
getStatusin interfaceCfnProtectionPropsMixin.ApplicationLayerAutomaticResponseConfigurationProperty- See Also:
-
$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()
-