@Stability(value=Stable)
public static interface CfnWebACL.FieldToMatchProperty
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;
Object allQueryArguments;
Object body;
Object method;
Object queryString;
Object singleHeader;
Object singleQueryArgument;
Object uriPath;
FieldToMatchProperty fieldToMatchProperty = FieldToMatchProperty.builder()
.allQueryArguments(allQueryArguments)
.body(body)
.jsonBody(JsonBodyProperty.builder()
.matchPattern(JsonMatchPatternProperty.builder()
.all(all)
.includedPaths(List.of("includedPaths"))
.build())
.matchScope("matchScope")
// the properties below are optional
.invalidFallbackBehavior("invalidFallbackBehavior")
.build())
.method(method)
.queryString(queryString)
.singleHeader(singleHeader)
.singleQueryArgument(singleQueryArgument)
.uriPath(uriPath)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWebACL.FieldToMatchProperty.Builder
A builder for
CfnWebACL.FieldToMatchProperty |
static class |
CfnWebACL.FieldToMatchProperty.Jsii$Proxy
An implementation for
CfnWebACL.FieldToMatchProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWebACL.FieldToMatchProperty.Builder |
builder() |
default Object |
getAllQueryArguments()
`CfnWebACL.FieldToMatchProperty.AllQueryArguments`.
|
default Object |
getBody()
`CfnWebACL.FieldToMatchProperty.Body`.
|
default Object |
getJsonBody()
`CfnWebACL.FieldToMatchProperty.JsonBody`.
|
default Object |
getMethod()
`CfnWebACL.FieldToMatchProperty.Method`.
|
default Object |
getQueryString()
`CfnWebACL.FieldToMatchProperty.QueryString`.
|
default Object |
getSingleHeader()
`CfnWebACL.FieldToMatchProperty.SingleHeader`.
|
default Object |
getSingleQueryArgument()
`CfnWebACL.FieldToMatchProperty.SingleQueryArgument`.
|
default Object |
getUriPath()
`CfnWebACL.FieldToMatchProperty.UriPath`.
|
@Stability(value=Stable) @Nullable default Object getAllQueryArguments()
@Stability(value=Stable) @Nullable default Object getBody()
@Stability(value=Stable) @Nullable default Object getJsonBody()
@Stability(value=Stable) @Nullable default Object getMethod()
@Stability(value=Stable) @Nullable default Object getQueryString()
@Stability(value=Stable) @Nullable default Object getSingleHeader()
@Stability(value=Stable) @Nullable default Object getSingleQueryArgument()
@Stability(value=Stable) @Nullable default Object getUriPath()
@Stability(value=Stable) static CfnWebACL.FieldToMatchProperty.Builder builder()
Copyright © 2021. All rights reserved.