Interface ComputeSecurityPolicyRuleAConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeSecurityPolicyRuleAConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.964Z") @Stability(Stable) public interface ComputeSecurityPolicyRuleAConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRuleAConfig.BuilderA builder forComputeSecurityPolicyRuleAConfigstatic classComputeSecurityPolicyRuleAConfig.Jsii$ProxyAn implementation forComputeSecurityPolicyRuleAConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeSecurityPolicyRuleAConfig.Builderbuilder()StringgetAction()The Action to perform when the rule is matched.default StringgetDescription()An optional description of this resource.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#id ComputeSecurityPolicyRuleA#id}.default ComputeSecurityPolicyRuleMatchAgetMatch()match block.default ComputeSecurityPolicyRulePreconfiguredWafConfiggetPreconfiguredWafConfig()preconfigured_waf_config block.default ObjectgetPreview()If set to true, the specified action is not enforced.NumbergetPriority()An integer indicating the priority of a rule in the list.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#project ComputeSecurityPolicyRuleA#project}.default ComputeSecurityPolicyRuleRateLimitOptionsAgetRateLimitOptions()rate_limit_options block.StringgetSecurityPolicy()The name of the security policy this rule belongs to.default ComputeSecurityPolicyRuleTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getAction
@Stability(Stable) @NotNull String getAction()
The Action to perform when the rule is matched. The following are the valid actions:.* allow: allow access to target. * deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. * rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rateLimitOptions to be set. * redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. * throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rateLimitOptions to be set for this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#action ComputeSecurityPolicyRuleA#action}
-
getPriority
@Stability(Stable) @NotNull Number getPriority()
An integer indicating the priority of a rule in the list.The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#priority ComputeSecurityPolicyRuleA#priority}
-
getSecurityPolicy
@Stability(Stable) @NotNull String getSecurityPolicy()
The name of the security policy this rule belongs to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#security_policy ComputeSecurityPolicyRuleA#security_policy}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An optional description of this resource. Provide this property when you create the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#description ComputeSecurityPolicyRuleA#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#id ComputeSecurityPolicyRuleA#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getMatch
@Stability(Stable) @Nullable default ComputeSecurityPolicyRuleMatchA getMatch()
match block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#match ComputeSecurityPolicyRuleA#match}
-
getPreconfiguredWafConfig
@Stability(Stable) @Nullable default ComputeSecurityPolicyRulePreconfiguredWafConfig getPreconfiguredWafConfig()
preconfigured_waf_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#preconfigured_waf_config ComputeSecurityPolicyRuleA#preconfigured_waf_config}
-
getPreview
@Stability(Stable) @Nullable default Object getPreview()
If set to true, the specified action is not enforced.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#preview ComputeSecurityPolicyRuleA#preview}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#project ComputeSecurityPolicyRuleA#project}.
-
getRateLimitOptions
@Stability(Stable) @Nullable default ComputeSecurityPolicyRuleRateLimitOptionsA getRateLimitOptions()
rate_limit_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#rate_limit_options ComputeSecurityPolicyRuleA#rate_limit_options}
-
getTimeouts
@Stability(Stable) @Nullable default ComputeSecurityPolicyRuleTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#timeouts ComputeSecurityPolicyRuleA#timeouts}
-
builder
@Stability(Stable) static ComputeSecurityPolicyRuleAConfig.Builder builder()
-
-