Skip to content

Latest commit

 

History

History
62 lines (30 loc) · 1.11 KB

File metadata and controls

62 lines (30 loc) · 1.11 KB

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

IAuthorizerWithSpec 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.

Authorizer augmented with the features to describe the OpenAPI definition.

Signature:

export interface IAuthorizerWithSpec extends apigateway.IAuthorizer 

Extends: apigateway.IAuthorizer

Properties

Property

Modifiers

Type

Description

securitySchemeObject?

SecuritySchemeObject

(BETA) (Optional) Security scheme object representing this authorizer.