Show / Hide Table of Contents

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:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-labelsummary.html

    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; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-labelsummary.html#cfn-wafv2-rulegroup-labelsummary-name

    Back to top Generated by DocFX