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
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; }