Class CfnRuleGroup.LabelSummaryProperty
List of labels used by one or more of the rules of a RuleGroup
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LabelSummaryProperty : Object, CfnRuleGroup.ILabelSummaryProperty
Syntax (vb)
Public Class LabelSummaryProperty
Inherits Object
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
Label |
Properties
Name | An individual label specification. |
Constructors
LabelSummaryProperty()
public LabelSummaryProperty()
Properties
Name
An individual label specification.
public string Name { get; set; }
Property Value
System.