Show / Hide Table of Contents

Class CfnRuleGroup.LabelProperty

A single label container.

Inheritance
object
CfnRuleGroup.LabelProperty
Implements
CfnRuleGroup.ILabelProperty
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.LabelProperty : CfnRuleGroup.ILabelProperty
Syntax (vb)
Public Class CfnRuleGroup.LabelProperty Implements CfnRuleGroup.ILabelProperty
Remarks

This is used as an element of a label array in RuleLabels inside a rule.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-label.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 labelProperty = new LabelProperty {
                 Name = "name"
             };

Synopsis

Constructors

LabelProperty()

A single label container.

Properties

Name

The label string.

Constructors

LabelProperty()

A single label container.

public LabelProperty()
Remarks

This is used as an element of a label array in RuleLabels inside a rule.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-label.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 labelProperty = new LabelProperty {
                 Name = "name"
             };

Properties

Name

The label string.

public string Name { get; set; }
Property Value

string

Remarks

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

Implements

CfnRuleGroup.ILabelProperty
Back to top Generated by DocFX