| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.cloudfront.origins |
CloudFront Origins for the CDK CloudFront Library
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| Modifier and Type | Class and Description |
|---|---|
class |
LambdaRestApi
Defines an API Gateway REST API with AWS Lambda proxy integration.
|
class |
StepFunctionsRestApi
Defines an API Gateway REST API with a Synchrounous Express State Machine as a proxy integration.
|
| Modifier and Type | Method and Description |
|---|---|
RestApi |
RestApi.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static RestApiOrigin.Builder |
RestApiOrigin.Builder.create(RestApi restApi) |
| Constructor and Description |
|---|
RestApiOrigin(RestApi restApi) |
RestApiOrigin(RestApi restApi,
RestApiOriginProps props) |
| 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) |
Copyright © 2022. All rights reserved.