AwsApiGatewayMethodSettings
import type { AwsApiGatewayMethodSettings } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface AwsApiGatewayMethodSettings {
CacheDataEncrypted?: boolean | null;
CacheTtlInSeconds?: number | null;
CachingEnabled?: boolean | null;
DataTraceEnabled?: boolean | null;
HttpMethod?: string | null;
LoggingLevel?: string | null;
MetricsEnabled?: boolean | null;
RequireAuthorizationForCacheControl?: boolean | null;
ResourcePath?: string | null;
ThrottlingBurstLimit?: number | null;
ThrottlingRateLimit?: number | null;
UnauthorizedCacheControlHeaderStrategy?: string | null;
}