Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.wafv2.inputs;
import com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs;
import com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformationArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs extends com.pulumi.resources.ResourceArgs {
public static final RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs Empty = new RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs();
/**
* The operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.
*
*/
@Import(name="comparisonOperator", required=true)
private Output comparisonOperator;
/**
* @return The operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.
*
*/
public Output comparisonOperator() {
return this.comparisonOperator;
}
/**
* The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
*
*/
@Import(name="fieldToMatch")
private @Nullable Output fieldToMatch;
/**
* @return The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
*
*/
public Optional