Class VisibilityConfig
- java.lang.Object
-
- software.amazon.awssdk.services.wafv2.model.VisibilityConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VisibilityConfig.Builder,VisibilityConfig>
@Generated("software.amazon.awssdk:codegen") public final class VisibilityConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VisibilityConfig.Builder,VisibilityConfig>
Defines and enables Amazon CloudWatch metrics and web request sample collection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVisibilityConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisibilityConfig.Builderbuilder()BooleancloudWatchMetricsEnabled()Indicates whether the associated resource sends metrics to Amazon CloudWatch.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmetricName()A name of the Amazon CloudWatch metric dimension.BooleansampledRequestsEnabled()Indicates whether WAF should store a sampling of the web requests that match the rules.List<SdkField<?>>sdkFields()static Class<? extends VisibilityConfig.Builder>serializableBuilderClass()VisibilityConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sampledRequestsEnabled
public final Boolean sampledRequestsEnabled()
Indicates whether WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the WAF console.
Request sampling doesn't provide a field redaction option, and any field redaction that you specify in your logging configuration doesn't affect sampling. The only way to exclude fields from request sampling is by disabling sampling in the web ACL visibility configuration.
- Returns:
- Indicates whether WAF should store a sampling of the web requests that match the rules. You can view the
sampled requests through the WAF console.
Request sampling doesn't provide a field redaction option, and any field redaction that you specify in your logging configuration doesn't affect sampling. The only way to exclude fields from request sampling is by disabling sampling in the web ACL visibility configuration.
-
cloudWatchMetricsEnabled
public final Boolean cloudWatchMetricsEnabled()
Indicates whether the associated resource sends metrics to Amazon CloudWatch. For the list of available metrics, see WAF Metrics in the WAF Developer Guide.
For web ACLs, the metrics are for web requests that have the web ACL default action applied. WAF applies the default action to web requests that pass the inspection of all rules in the web ACL without being either allowed or blocked. For more information, see The web ACL default action in the WAF Developer Guide.
- Returns:
- Indicates whether the associated resource sends metrics to Amazon CloudWatch. For the list of available
metrics, see WAF
Metrics in the WAF Developer Guide.
For web ACLs, the metrics are for web requests that have the web ACL default action applied. WAF applies the default action to web requests that pass the inspection of all rules in the web ACL without being either allowed or blocked. For more information, see The web ACL default action in the WAF Developer Guide.
-
metricName
public final String metricName()
A name of the Amazon CloudWatch metric dimension. The name can contain only the characters: A-Z, a-z, 0-9, - (hyphen), and _ (underscore). The name can be from one to 128 characters long. It can't contain whitespace or metric names that are reserved for WAF, for example
AllandDefault_Action.- Returns:
- A name of the Amazon CloudWatch metric dimension. The name can contain only the characters: A-Z, a-z,
0-9, - (hyphen), and _ (underscore). The name can be from one to 128 characters long. It can't contain
whitespace or metric names that are reserved for WAF, for example
AllandDefault_Action.
-
toBuilder
public VisibilityConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VisibilityConfig.Builder,VisibilityConfig>
-
builder
public static VisibilityConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends VisibilityConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-