Class CfnRuleGroup.LabelSummaryProperty
List of labels used by one or more of the rules of a RuleGroup
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRuleGroup.LabelSummaryProperty : CfnRuleGroup.ILabelSummaryProperty
Syntax (vb)
Public Class CfnRuleGroup.LabelSummaryProperty Implements CfnRuleGroup.ILabelSummaryProperty
Remarks
This summary object is used for the following rule group lists:
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFv2;
var labelSummaryProperty = new LabelSummaryProperty {
Name = "name"
};
Synopsis
Constructors
LabelSummaryProperty() | List of labels used by one or more of the rules of a |
Properties
Name | An individual label specification. |
Constructors
LabelSummaryProperty()
List of labels used by one or more of the rules of a RuleGroup
.
public LabelSummaryProperty()
Remarks
This summary object is used for the following rule group lists:
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFv2;
var labelSummaryProperty = new LabelSummaryProperty {
Name = "name"
};
Properties
Name
An individual label specification.
public string? Name { get; set; }