| 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
(experimental) Defines an API Gateway REST API with AWS Lambda proxy integration.
|
class |
StepFunctionsRestApi
(experimental) 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() |
RestApi |
Resource.getRestApi()
Deprecated.
- Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead.
|
RestApi |
IResource.getRestApi()
Deprecated.
- Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead.
|
RestApi |
IResource.Jsii$Proxy.getRestApi()
Deprecated.
- Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead.
|
default RestApi |
IResource.Jsii$Default.getRestApi()
Deprecated.
- Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead.
|
RestApi |
Method.getRestApi()
Deprecated.
- Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead.
|
abstract RestApi |
ResourceBase.getRestApi()
Deprecated.
- Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead.
|
| 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.