@Stability(value=Stable)
public static interface CfnWebACL.ByteMatchStatementProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWebACL.ByteMatchStatementProperty.Builder
A builder for
CfnWebACL.ByteMatchStatementProperty |
static class |
CfnWebACL.ByteMatchStatementProperty.Jsii$Proxy
An implementation for
CfnWebACL.ByteMatchStatementProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWebACL.ByteMatchStatementProperty.Builder |
builder() |
Object |
getFieldToMatch()
`CfnWebACL.ByteMatchStatementProperty.FieldToMatch`.
|
String |
getPositionalConstraint()
`CfnWebACL.ByteMatchStatementProperty.PositionalConstraint`.
|
default String |
getSearchString()
`CfnWebACL.ByteMatchStatementProperty.SearchString`.
|
default String |
getSearchStringBase64()
`CfnWebACL.ByteMatchStatementProperty.SearchStringBase64`.
|
Object |
getTextTransformations()
`CfnWebACL.ByteMatchStatementProperty.TextTransformations`.
|
@Stability(value=Stable) @NotNull Object getFieldToMatch()
@Stability(value=Stable) @NotNull String getPositionalConstraint()
@Stability(value=Stable) @NotNull Object getTextTransformations()
@Stability(value=Stable) @Nullable default String getSearchString()
@Stability(value=Stable) @Nullable default String getSearchStringBase64()
@Stability(value=Stable) static CfnWebACL.ByteMatchStatementProperty.Builder builder()
Copyright © 2021. All rights reserved.