@Stability(value=Experimental) @Internal public static final class DeploymentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeploymentProps
DeploymentPropssoftware.amazon.jsii.JsiiObject.InitializationModeDeploymentProps.Builder, DeploymentProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IRestApi api,
String description,
Boolean retainDeployments)
Constructor that initializes the object based on literal property values passed by the
DeploymentProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IRestApi |
getApi()
(experimental) The Rest API to deploy.
|
String |
getDescription()
(experimental) A description of the purpose of the API Gateway deployment.
|
Boolean |
getRetainDeployments()
(experimental) When an API Gateway model is updated, a new deployment will automatically be created.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IRestApi api, String description, Boolean retainDeployments)
DeploymentProps.Builder.public final IRestApi getApi()
DeploymentPropsgetApi in interface DeploymentPropspublic final String getDescription()
DeploymentPropsDefault: - No description.
getDescription in interface DeploymentPropspublic final Boolean getRetainDeployments()
DeploymentPropsIf 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
getRetainDeployments in interface DeploymentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.