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