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