@Stability(value=Stable)
public static interface CfnWebACL.RuleGroupReferenceStatementProperty
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.wafv2.*;
RuleGroupReferenceStatementProperty ruleGroupReferenceStatementProperty = RuleGroupReferenceStatementProperty.builder()
.arn("arn")
// the properties below are optional
.excludedRules(List.of(ExcludedRuleProperty.builder()
.name("name")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWebACL.RuleGroupReferenceStatementProperty.Builder
A builder for
CfnWebACL.RuleGroupReferenceStatementProperty |
static class |
CfnWebACL.RuleGroupReferenceStatementProperty.Jsii$Proxy
An implementation for
CfnWebACL.RuleGroupReferenceStatementProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWebACL.RuleGroupReferenceStatementProperty.Builder |
builder() |
String |
getArn()
`CfnWebACL.RuleGroupReferenceStatementProperty.Arn`.
|
default Object |
getExcludedRules()
`CfnWebACL.RuleGroupReferenceStatementProperty.ExcludedRules`.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) @Nullable default Object getExcludedRules()
@Stability(value=Stable) static CfnWebACL.RuleGroupReferenceStatementProperty.Builder builder()
Copyright © 2021. All rights reserved.