@Stability(value=Stable)
public static interface CfnRuleGroup.StatefulRuleOptionsProperty
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.networkfirewall.*;
StatefulRuleOptionsProperty statefulRuleOptionsProperty = StatefulRuleOptionsProperty.builder()
.ruleOrder("ruleOrder")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.StatefulRuleOptionsProperty.Builder
A builder for
CfnRuleGroup.StatefulRuleOptionsProperty |
static class |
CfnRuleGroup.StatefulRuleOptionsProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.StatefulRuleOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.StatefulRuleOptionsProperty.Builder |
builder() |
default String |
getRuleOrder()
`CfnRuleGroup.StatefulRuleOptionsProperty.RuleOrder`.
|
@Stability(value=Stable) @Nullable default String getRuleOrder()
@Stability(value=Stable) static CfnRuleGroup.StatefulRuleOptionsProperty.Builder builder()
Copyright © 2021. All rights reserved.