Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsWafv2VisibilityConfigDetails

import type { AwsWafv2VisibilityConfigDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Defines and enables Amazon CloudWatch metrics and web request sample collection.

interface AwsWafv2VisibilityConfigDetails {
CloudWatchMetricsEnabled?: boolean | null;
MetricName?: string | null;
SampledRequestsEnabled?: boolean | null;
}

§Properties

§
CloudWatchMetricsEnabled?: boolean | null
[src]

A boolean indicating whether the associated resource sends metrics to Amazon CloudWatch. For the list of available metrics, see WAF metrics and dimensions in the WAF Developer Guide.

§
MetricName?: string | null
[src]

A name of the Amazon CloudWatch metric.

§
SampledRequestsEnabled?: boolean | null
[src]

A boolean indicating whether WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the WAF console.