@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationLayerAutomaticResponseConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>
The automatic application layer DDoS mitigation settings for a Protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationLayerAutomaticResponseConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
ResponseAction |
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.
|
static ApplicationLayerAutomaticResponseConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationLayerAutomaticResponseConfiguration.Builder> |
serializableBuilderClass() |
ApplicationLayerAutomaticResponseStatus |
status()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
String |
statusAsString()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ApplicationLayerAutomaticResponseStatus status()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
If the service returns an enum value that is not available in the current SDK version, status will
return ApplicationLayerAutomaticResponseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from statusAsString().
ApplicationLayerAutomaticResponseStatuspublic final String statusAsString()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
If the service returns an enum value that is not available in the current SDK version, status will
return ApplicationLayerAutomaticResponseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from statusAsString().
ApplicationLayerAutomaticResponseStatuspublic final ResponseAction 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.
public ApplicationLayerAutomaticResponseConfiguration.Builder toBuilder()
public static ApplicationLayerAutomaticResponseConfiguration.Builder builder()
public static Class<? extends ApplicationLayerAutomaticResponseConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.