| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StageOptions |
interface |
StageProps |
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodDeploymentOptions.Jsii$Proxy
An implementation for
MethodDeploymentOptions |
static class |
StageOptions.Jsii$Proxy
An implementation for
StageOptions |
static class |
StageProps.Jsii$Proxy
An implementation for
StageProps |
| Modifier and Type | Method and Description |
|---|---|
MethodDeploymentOptions |
MethodDeploymentOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,MethodDeploymentOptions> |
StageOptions.getMethodOptions()
(experimental) Method deployment options for specific resources/methods.
|
Map<String,MethodDeploymentOptions> |
StageOptions.Jsii$Proxy.getMethodOptions() |
Map<String,MethodDeploymentOptions> |
StageProps.Jsii$Proxy.getMethodOptions() |
| Modifier and Type | Method and Description |
|---|---|
Stage.Builder |
Stage.Builder.methodOptions(Map<String,? extends MethodDeploymentOptions> methodOptions)
(experimental) Method deployment options for specific resources/methods.
|
StageOptions.Builder |
StageOptions.Builder.methodOptions(Map<String,? extends MethodDeploymentOptions> methodOptions)
Sets the value of
StageOptions.getMethodOptions() |
StageProps.Builder |
StageProps.Builder.methodOptions(Map<String,? extends MethodDeploymentOptions> methodOptions)
Sets the value of
StageOptions.getMethodOptions() |
| Constructor and Description |
|---|
Jsii$Proxy(Deployment deployment,
IAccessLogDestination accessLogDestination,
AccessLogFormat accessLogFormat,
Boolean cacheClusterEnabled,
String cacheClusterSize,
String clientCertificateId,
String description,
String documentationVersion,
Map<String,? extends MethodDeploymentOptions> methodOptions,
String stageName,
Boolean tracingEnabled,
Map<String,String> variables,
Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
StageProps.Builder. |
Jsii$Proxy(IAccessLogDestination accessLogDestination,
AccessLogFormat accessLogFormat,
Boolean cacheClusterEnabled,
String cacheClusterSize,
String clientCertificateId,
String description,
String documentationVersion,
Map<String,? extends MethodDeploymentOptions> methodOptions,
String stageName,
Boolean tracingEnabled,
Map<String,String> variables,
Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
StageOptions.Builder. |
Copyright © 2021. All rights reserved.