Show / Hide Table of Contents

Interface CfnLoggingConfiguration.ILabelNameConditionProperty

A single label name condition for a condition in a logging filter.

Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLoggingConfiguration.ILabelNameConditionProperty
Syntax (vb)
Public Interface CfnLoggingConfiguration.ILabelNameConditionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-loggingconfiguration-labelnamecondition.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 labelNameConditionProperty = new LabelNameConditionProperty {
                 LabelName = "labelName"
             };

Synopsis

Properties

LabelName

The label name that a log record must contain in order to meet the condition.

Properties

LabelName

The label name that a log record must contain in order to meet the condition.

string LabelName { get; }
Property Value

string

Remarks

This must be a fully qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-loggingconfiguration-labelnamecondition.html#cfn-wafv2-loggingconfiguration-labelnamecondition-labelname

Back to top Generated by DocFX