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