@Stability(value=Stable)
public static interface CfnWebACL.JsonBodyProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wafv2.*;
Object all;
JsonBodyProperty jsonBodyProperty = JsonBodyProperty.builder()
.matchPattern(JsonMatchPatternProperty.builder()
.all(all)
.includedPaths(List.of("includedPaths"))
.build())
.matchScope("matchScope")
// the properties below are optional
.invalidFallbackBehavior("invalidFallbackBehavior")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWebACL.JsonBodyProperty.Builder
A builder for
CfnWebACL.JsonBodyProperty |
static class |
CfnWebACL.JsonBodyProperty.Jsii$Proxy
An implementation for
CfnWebACL.JsonBodyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWebACL.JsonBodyProperty.Builder |
builder() |
default String |
getInvalidFallbackBehavior()
`CfnWebACL.JsonBodyProperty.InvalidFallbackBehavior`.
|
Object |
getMatchPattern()
`CfnWebACL.JsonBodyProperty.MatchPattern`.
|
String |
getMatchScope()
`CfnWebACL.JsonBodyProperty.MatchScope`.
|
@Stability(value=Stable) @Nullable default String getInvalidFallbackBehavior()
@Stability(value=Stable) @NotNull Object getMatchPattern()
@Stability(value=Stable) @NotNull String getMatchScope()
@Stability(value=Stable) static CfnWebACL.JsonBodyProperty.Builder builder()
CfnWebACL.JsonBodyProperty.Builder of CfnWebACL.JsonBodyPropertyCopyright © 2021. All rights reserved.