Skip to main content
Version: Next

api

Table to manage AWS API gateway entries. Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.

APIs act as the "front door" for applications to access data, business logic, or functionality from your backend services.

See

https://aws.amazon.com/api-gateway/

Columns

api_id: string

AWS ID for the generated API gateway

Optional description: string

Description

Optional disable_execute_api_endpoint: boolean

Wether disable API execution endpoint

See

https://docs.aws.amazon.com/apigateway/latest/developerguide/rest-api-disable-default-endpoint.html

Optional name: string

Given name for the API gateway

Optional protocol_type: protocol

Protocol for the API gateway

region: string

Region where the API gateway will be created

Optional tags: Object

Complex type to provide identifier tags

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/gettagsresponse.html#tags

Type definition

[key: string]: string

Optional version: string

Specific version for this publication