
com.pulumi.aws.wafv2.inputs.RuleGroupRuleArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws Show documentation
Show all versions of aws Show documentation
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
// *** 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.RuleGroupRuleActionArgs;
import com.pulumi.aws.wafv2.inputs.RuleGroupRuleCaptchaConfigArgs;
import com.pulumi.aws.wafv2.inputs.RuleGroupRuleRuleLabelArgs;
import com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementArgs;
import com.pulumi.aws.wafv2.inputs.RuleGroupRuleVisibilityConfigArgs;
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 RuleGroupRuleArgs extends com.pulumi.resources.ResourceArgs {
public static final RuleGroupRuleArgs Empty = new RuleGroupRuleArgs();
/**
* The action that AWS WAF should take on a web request when it matches the rule's statement. Settings at the `aws.wafv2.WebAcl` level can override the rule action setting. See Action below for details.
*
*/
@Import(name="action", required=true)
private Output action;
/**
* @return The action that AWS WAF should take on a web request when it matches the rule's statement. Settings at the `aws.wafv2.WebAcl` level can override the rule action setting. See Action below for details.
*
*/
public Output action() {
return this.action;
}
/**
* Specifies how AWS WAF should handle CAPTCHA evaluations. See Captcha Configuration below for details.
*
*/
@Import(name="captchaConfig")
private @Nullable Output captchaConfig;
/**
* @return Specifies how AWS WAF should handle CAPTCHA evaluations. See Captcha Configuration below for details.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy