@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.605Z") @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::WAFv2::RuleGroup.Capacity`.
|
default Object |
getCustomResponseBodies()
`AWS::WAFv2::RuleGroup.CustomResponseBodies`.
|
default String |
getDescription()
`AWS::WAFv2::RuleGroup.Description`.
|
default String |
getName()
`AWS::WAFv2::RuleGroup.Name`.
|
default Object |
getRules()
`AWS::WAFv2::RuleGroup.Rules`.
|
String |
getScope()
`AWS::WAFv2::RuleGroup.Scope`.
|
default List<CfnTag> |
getTags()
`AWS::WAFv2::RuleGroup.Tags`.
|
Object |
getVisibilityConfig()
`AWS::WAFv2::RuleGroup.VisibilityConfig`.
|
@Stability(value=Stable) @NotNull Number getCapacity()
@Stability(value=Stable) @NotNull String getScope()
@Stability(value=Stable) @NotNull Object getVisibilityConfig()
@Stability(value=Stable) @Nullable default Object getCustomResponseBodies()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getRules()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRuleGroupProps.Builder builder()
CfnRuleGroupProps.Builder of CfnRuleGroupPropsCopyright © 2021. All rights reserved.