@Stability(value=Stable) @Internal public static final class CfnDeploymentConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeploymentConfigProps
CfnDeploymentConfigPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDeploymentConfigProps.Builder, CfnDeploymentConfigProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDeploymentConfigProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDeploymentConfigProps.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) |
String |
getComputePlatform()
The destination platform type for the deployment ( `Lambda` , `Server` , or `ECS` ).
|
String |
getDeploymentConfigName()
A name for the deployment configuration.
|
Object |
getMinimumHealthyHosts()
The minimum number of healthy instances that should be available at any time during the deployment.
|
Object |
getTrafficRoutingConfig()
The configuration that specifies how the deployment traffic is routed.
|
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(CfnDeploymentConfigProps.Builder builder)
CfnDeploymentConfigProps.Builder.public final String getComputePlatform()
CfnDeploymentConfigPropsgetComputePlatform in interface CfnDeploymentConfigPropspublic final String getDeploymentConfigName()
CfnDeploymentConfigPropsIf you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment configuration name. For more information, see Name Type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
getDeploymentConfigName in interface CfnDeploymentConfigPropspublic final Object getMinimumHealthyHosts()
CfnDeploymentConfigPropsThere are two parameters expected in the input: type and value.
The type parameter takes either of the following values:
The value parameter takes an integer.
For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.
For more information about instance health, see CodeDeploy Instance Health in the AWS CodeDeploy User Guide.
getMinimumHealthyHosts in interface CfnDeploymentConfigPropspublic final Object getTrafficRoutingConfig()
CfnDeploymentConfigPropsgetTrafficRoutingConfig in interface CfnDeploymentConfigProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.