Show / Hide Table of Contents

Interface CfnOrganizationTelemetryRulePropsMixin.ILabelNameConditionProperty

Condition that matches based on WAF rule labels, with label names limited to 1024 characters.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ObservabilityAdmin
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnOrganizationTelemetryRulePropsMixin.ILabelNameConditionProperty
Syntax (vb)
Public Interface CfnOrganizationTelemetryRulePropsMixin.ILabelNameConditionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-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.CfnPropertyMixins.AWS.ObservabilityAdmin;

             var labelNameConditionProperty = new LabelNameConditionProperty {
                 LabelName = "labelName"
             };

Synopsis

Properties

LabelName

The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.

Properties

LabelName

The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.

string? LabelName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX