Skip to content

Latest commit

 

History

History
81 lines (38 loc) · 1.38 KB

File metadata and controls

81 lines (38 loc) · 1.38 KB

Home > @codemonger-io/cdk-rest-api-with-spec > RestApiWithSpecProps

RestApiWithSpecProps interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Properties for RestApiWithSpec.

Signature:

export interface RestApiWithSpecProps extends apigateway.RestApiProps 

Extends: apigateway.RestApiProps

Properties

Property

Modifiers

Type

Description

openApiInfo

Partial<InfoObject> & Pick<InfoObject, 'version'>

(BETA) Info object of the OpenAPI definition.

openApiOutputPath

string

(BETA) Path to an output file where the OpenAPI definition is to be saved.