Class CfnWebACL.LabelProperty
A single label container.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LabelProperty : Object, CfnWebACL.ILabelProperty
Syntax (vb)
Public Class LabelProperty
Inherits Object
Implements CfnWebACL.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-webacl-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
Label |
Properties
Name | The label string. |
Constructors
LabelProperty()
public LabelProperty()
Properties
Name
The label string.
public string Name { get; set; }
Property Value
System.