@Stability(value=Stable)
public static interface CfnRuleGroup.JsonMatchPatternProperty
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;
JsonMatchPatternProperty jsonMatchPatternProperty = JsonMatchPatternProperty.builder()
.all(all)
.includedPaths(List.of("includedPaths"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.JsonMatchPatternProperty.Builder
A builder for
CfnRuleGroup.JsonMatchPatternProperty |
static class |
CfnRuleGroup.JsonMatchPatternProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.JsonMatchPatternProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.JsonMatchPatternProperty.Builder |
builder() |
default Object |
getAll()
`CfnRuleGroup.JsonMatchPatternProperty.All`.
|
default List<String> |
getIncludedPaths()
`CfnRuleGroup.JsonMatchPatternProperty.IncludedPaths`.
|
@Stability(value=Stable) @Nullable default Object getAll()
@Stability(value=Stable) @Nullable default List<String> getIncludedPaths()
@Stability(value=Stable) static CfnRuleGroup.JsonMatchPatternProperty.Builder builder()
Copyright © 2021. All rights reserved.