Class RuleGroupRuleVisibilityConfigArgs


  • public final class RuleGroupRuleVisibilityConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • 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.