TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterCondition constructor
const
TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterCondition({
- Input<
TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterConditionActionCondition?> ? actionCondition, - 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,
});