Stage
import type { Stage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";interface Stage {
accessLogSettings?: AccessLogSettings | null;
cacheClusterEnabled?: boolean | null;
cacheClusterSize?: CacheClusterSize | null;
cacheClusterStatus?: CacheClusterStatus | null;
canarySettings?: CanarySettings | null;
clientCertificateId?: string | null;
createdDate?: Date | number | null;
deploymentId?: string | null;
description?: string | null;
documentationVersion?: string | null;
lastUpdatedDate?: Date | number | null;
methodSettings?: {} | null;
[key: string]: MethodSetting | null | undefined;
stageName?: string | null;
tags?: {} | null;
[key: string]: string | null | undefined;
tracingEnabled?: boolean | null;
variables?: {} | null;
[key: string]: string | null | undefined;
webAclArn?: string | null;
}§Properties
§
accessLogSettings?: AccessLogSettings | null
[src]§
cacheClusterSize?: CacheClusterSize | null
[src]§
cacheClusterStatus?: CacheClusterStatus | null
[src]§
canarySettings?: CanarySettings | null
[src]§
methodSettings?: {} | null
[src][key: string]: MethodSetting | null | undefined;