TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterConditionLabelNameCondition constructor
const
TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterConditionLabelNameCondition({
- Input<
String?> ? labelName,
Creates a new TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterConditionLabelNameCondition.
labelName Label name to match (alphanumeric, underscores, hyphens, and colons; up to 1024 characters).
Implementation
const TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterConditionLabelNameCondition({
this.labelName,
});