Interface CfnRuleGroup.ILabelSummaryProperty
List of labels used by one or more of the rules of a RuleGroup .
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRuleGroup.ILabelSummaryProperty
Syntax (vb)
Public Interface 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
Properties
| Name | An individual label specification. |
Properties
Name
An individual label specification.
string? Name { get; }