| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LambdaRestApiProps
Example:
|
interface |
RestApiProps
Props to create a new instance of RestApi.
|
interface |
SpecRestApiProps
Props to instantiate a new SpecRestApi.
|
interface |
StepFunctionsRestApiProps
Properties for StepFunctionsRestApi.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaRestApiProps.Jsii$Proxy
An implementation for
LambdaRestApiProps |
static class |
RestApiBaseProps.Jsii$Proxy
An implementation for
RestApiBaseProps |
static class |
RestApiProps.Jsii$Proxy
An implementation for
RestApiProps |
static class |
SpecRestApiProps.Jsii$Proxy
An implementation for
SpecRestApiProps |
static class |
StepFunctionsRestApiProps.Jsii$Proxy
An implementation for
StepFunctionsRestApiProps |
| Modifier and Type | Method and Description |
|---|---|
RestApiBaseProps |
RestApiBaseProps.Builder.build()
Builds the configured instance.
|
| Constructor and Description |
|---|
RestApiBase(software.constructs.Construct scope,
String id,
RestApiBaseProps props) |
Copyright © 2022. All rights reserved.