| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnStage.Builder |
CfnStage.Builder.accessLogSetting(CfnStage.AccessLogSettingProperty accessLogSetting)
Specifies settings for logging access in this stage.
|
CfnStage.Builder |
CfnStage.Builder.accessLogSetting(IResolvable accessLogSetting)
Specifies settings for logging access in this stage.
|
CfnStage.Builder |
CfnStage.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled)
Indicates whether cache clustering is enabled for the stage.
|
CfnStage.Builder |
CfnStage.Builder.cacheClusterEnabled(IResolvable cacheClusterEnabled)
Indicates whether cache clustering is enabled for the stage.
|
CfnStage.Builder |
CfnStage.Builder.cacheClusterSize(String cacheClusterSize)
The stage's cache cluster size.
|
CfnStage.Builder |
CfnStage.Builder.canarySetting(CfnStage.CanarySettingProperty canarySetting)
Specifies settings for the canary deployment in this stage.
|
CfnStage.Builder |
CfnStage.Builder.canarySetting(IResolvable canarySetting)
Specifies settings for the canary deployment in this stage.
|
CfnStage.Builder |
CfnStage.Builder.clientCertificateId(String clientCertificateId)
The ID of the client certificate that API Gateway uses to call your integration endpoints in the stage.
|
static CfnStage.Builder |
CfnStage.Builder.create(software.constructs.Construct scope,
String id) |
CfnStage.Builder |
CfnStage.Builder.deploymentId(String deploymentId)
The ID of the deployment that the stage is associated with.
|
CfnStage.Builder |
CfnStage.Builder.description(String description)
A description of the stage.
|
CfnStage.Builder |
CfnStage.Builder.documentationVersion(String documentationVersion)
The version ID of the API documentation snapshot.
|
CfnStage.Builder |
CfnStage.Builder.methodSettings(IResolvable methodSettings)
Settings for all methods in the stage.
|
CfnStage.Builder |
CfnStage.Builder.methodSettings(List<? extends Object> methodSettings)
Settings for all methods in the stage.
|
CfnStage.Builder |
CfnStage.Builder.restApiId(String restApiId)
The ID of the `RestApi` resource that you're deploying with this stage.
|
CfnStage.Builder |
CfnStage.Builder.stageName(String stageName)
The name of the stage, which API Gateway uses as the first path segment in the invoked Uniform Resource Identifier (URI).
|
CfnStage.Builder |
CfnStage.Builder.tags(List<? extends CfnTag> tags)
An array of arbitrary tags (key-value pairs) to associate with the stage.
|
CfnStage.Builder |
CfnStage.Builder.tracingEnabled(Boolean tracingEnabled)
Specifies whether active X-Ray tracing is enabled for this stage.
|
CfnStage.Builder |
CfnStage.Builder.tracingEnabled(IResolvable tracingEnabled)
Specifies whether active X-Ray tracing is enabled for this stage.
|
CfnStage.Builder |
CfnStage.Builder.variables(IResolvable variables)
A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value.
|
CfnStage.Builder |
CfnStage.Builder.variables(Map<String,String> variables)
A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value.
|
Copyright © 2022. All rights reserved.