@Stability(value=Stable)
public static interface CfnRuleGroup.RuleOptionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
RuleOptionProperty ruleOptionProperty = RuleOptionProperty.builder()
.keyword("keyword")
// the properties below are optional
.settings(List.of("settings"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.RuleOptionProperty.Builder
A builder for
CfnRuleGroup.RuleOptionProperty |
static class |
CfnRuleGroup.RuleOptionProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.RuleOptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.RuleOptionProperty.Builder |
builder() |
String |
getKeyword()
`CfnRuleGroup.RuleOptionProperty.Keyword`.
|
default List<String> |
getSettings()
`CfnRuleGroup.RuleOptionProperty.Settings`.
|
@Stability(value=Stable) @NotNull String getKeyword()
@Stability(value=Stable) @Nullable default List<String> getSettings()
@Stability(value=Stable) static CfnRuleGroup.RuleOptionProperty.Builder builder()
Copyright © 2022. All rights reserved.