TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterCondition constructor

const TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterCondition({
  1. Input<TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterConditionActionCondition?>? actionCondition,
  2. Input<TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterConditionLabelNameCondition?>? labelNameCondition,
})

Creates a new TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterCondition. actionCondition Condition that matches based on the WAF action. See actionCondition below. labelNameCondition Condition that matches based on WAF rule labels. See labelNameCondition below.

Implementation

const TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterCondition({
  this.actionCondition,
  this.labelNameCondition,
});