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

AwsApiGatewayV2RouteSettings

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

Contains route settings for a stage.

interface AwsApiGatewayV2RouteSettings {
DataTraceEnabled?: boolean | null;
DetailedMetricsEnabled?: boolean | null;
LoggingLevel?: string | null;
ThrottlingBurstLimit?: number | null;
ThrottlingRateLimit?: number | null;
}

§Properties

§
DataTraceEnabled?: boolean | null
[src]

Indicates whether data trace logging is enabled. Data trace logging affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs.

§
DetailedMetricsEnabled?: boolean | null
[src]

Indicates whether detailed metrics are enabled.

§
LoggingLevel?: string | null
[src]

The logging level. The logging level affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs.

If the logging level is ERROR, then the logs only include error-level entries.

If the logging level is INFO, then the logs include both ERROR events and extra informational events.

Valid values: OFF | ERROR | INFO

§
ThrottlingBurstLimit?: number | null
[src]

The throttling burst limit.

§
ThrottlingRateLimit?: number | null
[src]

The throttling rate limit.