@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.842Z") @Stability(value=Stable) public interface CfnRuleGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroupProps.Builder
A builder for
CfnRuleGroupProps |
static class |
CfnRuleGroupProps.Jsii$Proxy
An implementation for
CfnRuleGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroupProps.Builder |
builder() |
Number |
getCapacity()
`AWS::NetworkFirewall::RuleGroup.Capacity`.
|
default String |
getDescription()
`AWS::NetworkFirewall::RuleGroup.Description`.
|
default Object |
getRuleGroup()
`AWS::NetworkFirewall::RuleGroup.RuleGroup`.
|
String |
getRuleGroupName()
`AWS::NetworkFirewall::RuleGroup.RuleGroupName`.
|
default List<CfnTag> |
getTags()
`AWS::NetworkFirewall::RuleGroup.Tags`.
|
String |
getType()
`AWS::NetworkFirewall::RuleGroup.Type`.
|
@Stability(value=Stable) @NotNull Number getCapacity()
@Stability(value=Stable) @NotNull String getRuleGroupName()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getRuleGroup()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRuleGroupProps.Builder builder()
CfnRuleGroupProps.Builder of CfnRuleGroupPropsCopyright © 2021. All rights reserved.