Class CfnWebACL.LabelProperty
A single label container.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebACL.LabelProperty : CfnWebACL.ILabelProperty
Syntax (vb)
Public Class CfnWebACL.LabelProperty 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
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-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"
};
Properties
Name
The label string.
public string Name { get; set; }