| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StageProps
Example:
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StageOptions.Jsii$Proxy
An implementation for
StageOptions |
static class |
StageProps.Jsii$Proxy
An implementation for
StageProps |
| Modifier and Type | Method and Description |
|---|---|
StageOptions |
StageOptions.Builder.build()
Builds the configured instance.
|
StageOptions |
StepFunctionsRestApiProps.Jsii$Proxy.getDeployOptions() |
StageOptions |
RestApiProps.Jsii$Proxy.getDeployOptions() |
StageOptions |
SpecRestApiProps.Jsii$Proxy.getDeployOptions() |
StageOptions |
LambdaRestApiProps.Jsii$Proxy.getDeployOptions() |
default StageOptions |
RestApiBaseProps.getDeployOptions()
Options for the API Gateway stage that will always point to the latest deployment when `deploy` is enabled.
|
StageOptions |
RestApiBaseProps.Jsii$Proxy.getDeployOptions() |
| Modifier and Type | Method and Description |
|---|---|
LambdaRestApi.Builder |
LambdaRestApi.Builder.deployOptions(StageOptions deployOptions)
Options for the API Gateway stage that will always point to the latest deployment when `deploy` is enabled.
|
StepFunctionsRestApiProps.Builder |
StepFunctionsRestApiProps.Builder.deployOptions(StageOptions deployOptions)
Sets the value of
RestApiBaseProps.getDeployOptions() |
RestApi.Builder |
RestApi.Builder.deployOptions(StageOptions deployOptions)
Options for the API Gateway stage that will always point to the latest deployment when `deploy` is enabled.
|
RestApiProps.Builder |
RestApiProps.Builder.deployOptions(StageOptions deployOptions)
Sets the value of
RestApiBaseProps.getDeployOptions() |
StepFunctionsRestApi.Builder |
StepFunctionsRestApi.Builder.deployOptions(StageOptions deployOptions)
Options for the API Gateway stage that will always point to the latest deployment when `deploy` is enabled.
|
SpecRestApiProps.Builder |
SpecRestApiProps.Builder.deployOptions(StageOptions deployOptions)
Sets the value of
RestApiBaseProps.getDeployOptions() |
LambdaRestApiProps.Builder |
LambdaRestApiProps.Builder.deployOptions(StageOptions deployOptions)
Sets the value of
RestApiBaseProps.getDeployOptions() |
SpecRestApi.Builder |
SpecRestApi.Builder.deployOptions(StageOptions deployOptions)
Options for the API Gateway stage that will always point to the latest deployment when `deploy` is enabled.
|
RestApiBaseProps.Builder |
RestApiBaseProps.Builder.deployOptions(StageOptions deployOptions)
Sets the value of
RestApiBaseProps.getDeployOptions() |
Copyright © 2022. All rights reserved.