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

AwsApiGatewayV2StageDetails

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

Contains information about a version 2 stage for Amazon API Gateway.

interface AwsApiGatewayV2StageDetails {
AccessLogSettings?: AwsApiGatewayAccessLogSettings | null;
ApiGatewayManaged?: boolean | null;
AutoDeploy?: boolean | null;
ClientCertificateId?: string | null;
CreatedDate?: string | null;
DefaultRouteSettings?: AwsApiGatewayV2RouteSettings | null;
DeploymentId?: string | null;
Description?: string | null;
LastDeploymentStatusMessage?: string | null;
LastUpdatedDate?: string | null;
RouteSettings?: AwsApiGatewayV2RouteSettings | null;
StageName?: string | null;
StageVariables?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AccessLogSettings?: AwsApiGatewayAccessLogSettings | null
[src]

Information about settings for logging access for the stage.

§
ApiGatewayManaged?: boolean | null
[src]

Indicates whether the stage is managed by API Gateway.

§
AutoDeploy?: boolean | null
[src]

Indicates whether updates to an API automatically trigger a new deployment.

§
ClientCertificateId?: string | null
[src]

The identifier of a client certificate for a stage. Supported only for WebSocket API calls.

§
CreatedDate?: string | null
[src]

Indicates when the stage was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
DefaultRouteSettings?: AwsApiGatewayV2RouteSettings | null
[src]

Default route settings for the stage.

§
DeploymentId?: string | null
[src]

The identifier of the deployment that the stage is associated with.

§
Description?: string | null
[src]

The description of the stage.

§
LastDeploymentStatusMessage?: string | null
[src]

The status of the last deployment of a stage. Supported only if the stage has automatic deployment enabled.

§
LastUpdatedDate?: string | null
[src]

Indicates when the stage was most recently updated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
RouteSettings?: AwsApiGatewayV2RouteSettings | null
[src]

The route settings for the stage.

§
StageName?: string | null
[src]

The name of the stage.

§
StageVariables?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map that defines the stage variables for the stage.

Variable names can have alphanumeric and underscore characters.

Variable values can contain the following characters:

  • Uppercase and lowercase letters
  • Numbers
  • Special characters -._~:/?#&=,