Show / Hide Table of Contents

Interface CfnWebACL.ILabelProperty

A single label container.

Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.ILabelProperty
Syntax (vb)
Public Interface 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

Properties

Name

The label string.

Properties

Name

The label string.

string Name { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX