@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.847Z") @Stability(value=Experimental) public interface DeploymentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeploymentProps.Builder
A builder for
DeploymentProps |
static class |
DeploymentProps.Jsii$Proxy
An implementation for
DeploymentProps |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentProps.Builder |
builder() |
IRestApi |
getApi()
(experimental) The Rest API to deploy.
|
default String |
getDescription()
(experimental) A description of the purpose of the API Gateway deployment.
|
default Boolean |
getRetainDeployments()
(experimental) When an API Gateway model is updated, a new deployment will automatically be created.
|
@Stability(value=Experimental) @NotNull IRestApi getApi()
@Stability(value=Experimental) @Nullable default String getDescription()
Default: - No description.
@Stability(value=Experimental) @Nullable default Boolean getRetainDeployments()
If this is true, the old API Gateway Deployment resource will not be deleted. This will allow manually reverting back to a previous deployment in case for example
Default: false
@Stability(value=Experimental) static DeploymentProps.Builder builder()
DeploymentProps.Builder of DeploymentPropsCopyright © 2021. All rights reserved.