@Stability(value=Stable)
public static interface CfnRuleGroup.RuleActionProperty
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.*;
Object allow;
Object block;
Object count;
RuleActionProperty ruleActionProperty = RuleActionProperty.builder()
.allow(allow)
.block(block)
.count(count)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.RuleActionProperty.Builder
A builder for
CfnRuleGroup.RuleActionProperty |
static class |
CfnRuleGroup.RuleActionProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.RuleActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.RuleActionProperty.Builder |
builder() |
default Object |
getAllow()
`CfnRuleGroup.RuleActionProperty.Allow`.
|
default Object |
getBlock()
`CfnRuleGroup.RuleActionProperty.Block`.
|
default Object |
getCount()
`CfnRuleGroup.RuleActionProperty.Count`.
|
@Stability(value=Stable) @Nullable default Object getAllow()
@Stability(value=Stable) @Nullable default Object getBlock()
@Stability(value=Stable) @Nullable default Object getCount()
@Stability(value=Stable) static CfnRuleGroup.RuleActionProperty.Builder builder()
Copyright © 2021. All rights reserved.