Interface CfnWebACLPropsMixin.DataProtectProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebACLPropsMixin.DataProtectProperty.Jsii$Proxy
- Enclosing class:
CfnWebACLPropsMixin
@Stability(Stable)
public static interface CfnWebACLPropsMixin.DataProtectProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wafv2.*;
DataProtectProperty dataProtectProperty = DataProtectProperty.builder()
.action("action")
.excludeRateBasedDetails(false)
.excludeRuleMatchDetails(false)
.field(FieldToProtectProperty.builder()
.fieldKeys(List.of("fieldKeys"))
.fieldType("fieldType")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebACLPropsMixin.DataProtectPropertystatic final classAn implementation forCfnWebACLPropsMixin.DataProtectProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault ObjectReturns union: eitherBooleanorIResolvabledefault ObjectReturns union: eitherBooleanorIResolvabledefault ObjectgetField()Field in log to protect.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
- See Also:
-
getExcludeRateBasedDetails
Returns union: eitherBooleanorIResolvable- See Also:
-
getExcludeRuleMatchDetails
Returns union: eitherBooleanorIResolvable- See Also:
-
getField
Field in log to protect.Returns union: either
IResolvableorCfnWebACLPropsMixin.FieldToProtectProperty- See Also:
-
builder
-