| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LambdaRestApiProps |
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaRestApiProps.Jsii$Proxy
An implementation for
LambdaRestApiProps |
static class |
RestApiProps.Jsii$Proxy
An implementation for
RestApiProps |
| 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 |
|---|
Jsii$Proxy(IFunction handler,
RestApiProps options,
Boolean proxy,
ApiKeySourceType apiKeySourceType,
List<String> binaryMediaTypes,
IRestApi cloneFrom,
String description,
EndpointConfiguration endpointConfiguration,
Number minimumCompressionSize,
Boolean cloudWatchRole,
Boolean deploy,
StageOptions deployOptions,
DomainNameOptions domainName,
String endpointExportName,
List<? extends EndpointType> endpointTypes,
Boolean failOnWarnings,
Map<String,String> parameters,
PolicyDocument policy,
String restApiName,
Boolean retainDeployments,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
LambdaRestApiProps.Builder. |
RestApi(software.constructs.Construct scope,
String id,
RestApiProps props) |
Copyright © 2021. All rights reserved.