| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LambdaRestApiProps
Example:
|
interface |
StepFunctionsRestApiProps
(experimental) Properties for StepFunctionsRestApi.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaRestApiProps.Jsii$Proxy
An implementation for
LambdaRestApiProps |
static class |
RestApiProps.Jsii$Proxy
An implementation for
RestApiProps |
static class |
StepFunctionsRestApiProps.Jsii$Proxy
An implementation for
StepFunctionsRestApiProps |
| Modifier and Type | Method and Description |
|---|---|
RestApiProps |
RestApiProps.Builder.build()
Builds the configured instance.
|
default RestApiProps |
LambdaRestApiProps.getOptions()
Deprecated.
the `LambdaRestApiProps` now extends `RestApiProps`, so all
options are just available here. Note that the options specified in
`options` will be overridden by any props specified at the root level.
|
RestApiProps |
LambdaRestApiProps.Jsii$Proxy.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
LambdaRestApi.Builder |
LambdaRestApi.Builder.options(RestApiProps options)
Deprecated.
the `LambdaRestApiProps` now extends `RestApiProps`, so all
options are just available here. Note that the options specified in
`options` will be overridden by any props specified at the root level.
|
LambdaRestApiProps.Builder |
LambdaRestApiProps.Builder.options(RestApiProps options)
Deprecated.
the `LambdaRestApiProps` now extends `RestApiProps`, so all
options are just available here. Note that the options specified in
`options` will be overridden by any props specified at the root level.
|
| Constructor and Description |
|---|
RestApi(software.constructs.Construct scope,
String id,
RestApiProps props) |
Copyright © 2022. All rights reserved.