@Stability(value=Stable)
public static interface CfnWebACL.ActivatedRuleProperty
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.waf.*;
ActivatedRuleProperty activatedRuleProperty = ActivatedRuleProperty.builder()
.priority(123)
.ruleId("ruleId")
// the properties below are optional
.action(WafActionProperty.builder()
.type("type")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWebACL.ActivatedRuleProperty.Builder
A builder for
CfnWebACL.ActivatedRuleProperty |
static class |
CfnWebACL.ActivatedRuleProperty.Jsii$Proxy
An implementation for
CfnWebACL.ActivatedRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWebACL.ActivatedRuleProperty.Builder |
builder() |
default Object |
getAction()
`CfnWebACL.ActivatedRuleProperty.Action`.
|
Number |
getPriority()
`CfnWebACL.ActivatedRuleProperty.Priority`.
|
String |
getRuleId()
`CfnWebACL.ActivatedRuleProperty.RuleId`.
|
@Stability(value=Stable) @Nullable default Object getAction()
@Stability(value=Stable) @NotNull Number getPriority()
@Stability(value=Stable) @NotNull String getRuleId()
@Stability(value=Stable) static CfnWebACL.ActivatedRuleProperty.Builder builder()
Copyright © 2021. All rights reserved.