@Stability(value=Stable)
public static interface CfnRuleGroup.LabelSummaryProperty
extends software.amazon.jsii.JsiiSerializable
This summary object is used for the following rule group lists:
AvailableLabels - Labels that rules add to matching requests. These labels are defined in the RuleLabels for a rule.ConsumedLabels - Labels that rules match against. These labels are defined in a LabelMatchStatement specification, in the Statement definition of a rule.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.wafv2.*;
LabelSummaryProperty labelSummaryProperty = LabelSummaryProperty.builder()
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.LabelSummaryProperty.Builder
A builder for
CfnRuleGroup.LabelSummaryProperty |
static class |
CfnRuleGroup.LabelSummaryProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.LabelSummaryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.LabelSummaryProperty.Builder |
builder() |
default String |
getName()
An individual label specification.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnRuleGroup.LabelSummaryProperty.Builder builder()
Copyright © 2022. All rights reserved.