Show / Hide Table of Contents

Class CfnWebACL.LabelProperty

A single label container.

Inheritance
object
CfnWebACL.LabelProperty
Implements
CfnWebACL.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 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; }
Property Value

string

Remarks

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

Implements

CfnWebACL.ILabelProperty
Back to top Generated by DocFX