@Stability(value=Stable)
public static interface CfnWebACL.TextTransformationProperty
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.*;
TextTransformationProperty textTransformationProperty = TextTransformationProperty.builder()
.priority(123)
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWebACL.TextTransformationProperty.Builder
A builder for
CfnWebACL.TextTransformationProperty |
static class |
CfnWebACL.TextTransformationProperty.Jsii$Proxy
An implementation for
CfnWebACL.TextTransformationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWebACL.TextTransformationProperty.Builder |
builder() |
Number |
getPriority()
`CfnWebACL.TextTransformationProperty.Priority`.
|
String |
getType()
`CfnWebACL.TextTransformationProperty.Type`.
|
@Stability(value=Stable) @NotNull Number getPriority()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnWebACL.TextTransformationProperty.Builder builder()
Copyright © 2021. All rights reserved.