Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleVisibilityConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleVisibilityConfigArgs
-
public final class RuleGroupRuleVisibilityConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleVisibilityConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleVisibilityConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleVisibilityConfigArgs.Builder
builder()
static RuleGroupRuleVisibilityConfigArgs.Builder
builder(RuleGroupRuleVisibilityConfigArgs defaults)
com.pulumi.core.Output<java.lang.Boolean>
cloudwatchMetricsEnabled()
com.pulumi.core.Output<java.lang.String>
metricName()
com.pulumi.core.Output<java.lang.Boolean>
sampledRequestsEnabled()
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleVisibilityConfigArgs Empty
-
-
Method Detail
-
cloudwatchMetricsEnabled
public com.pulumi.core.Output<java.lang.Boolean> cloudwatchMetricsEnabled()
- Returns:
- A boolean indicating whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics).
-
metricName
public com.pulumi.core.Output<java.lang.String> metricName()
- Returns:
- A friendly name of the CloudWatch metric. The name can contain only alphanumeric characters (A-Z, a-z, 0-9) hyphen(-) and underscore (_), with length from one to 128 characters. It can't contain whitespace or metric names reserved for AWS WAF, for example `All` and `Default_Action`.
-
sampledRequestsEnabled
public com.pulumi.core.Output<java.lang.Boolean> sampledRequestsEnabled()
- Returns:
- A boolean indicating whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.
-
builder
public static RuleGroupRuleVisibilityConfigArgs.Builder builder()
-
builder
public static RuleGroupRuleVisibilityConfigArgs.Builder builder(RuleGroupRuleVisibilityConfigArgs defaults)
-
-