| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.route53.targets |
Route53 Alias Record Targets for the CDK Route53 Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
LambdaRestApi
(experimental) Defines an API Gateway REST API with AWS Lambda proxy integration.
|
| Modifier and Type | Method and Description |
|---|---|
RestApi |
RestApi.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
RestApi |
ApiGateway.getRestApi() |
| Modifier and Type | Method and Description |
|---|---|
static ApiGateway.Builder |
ApiGateway.Builder.create(RestApi restApi) |
| Constructor and Description |
|---|
ApiGateway(RestApi restApi) |
ApiGateway(RestApi restApi,
ApiGatewayProps props) |
| Constructor and Description |
|---|
ApiGateway(RestApi api) |
Copyright © 2021. All rights reserved.