Show / Hide Table of Contents

Class CfnRuleGroup.LabelSummaryProperty

List of labels used by one or more of the rules of a RuleGroup .

Inheritance
object
CfnRuleGroup.LabelSummaryProperty
Implements
CfnRuleGroup.ILabelSummaryProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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:

    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

    Constructors

    LabelSummaryProperty()

    List of labels used by one or more of the rules of a RuleGroup .

    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:

      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"
                   };

      Properties

      Name

      An individual label specification.

      public string? Name { get; set; }
      Property Value

      string

      Remarks

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

      Implements

      CfnRuleGroup.ILabelSummaryProperty
      Back to top Generated by DocFX