Class ServerDeploymentConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.ServerDeploymentConfigProps.Jsii$Proxy
- All Implemented Interfaces:
BaseDeploymentConfigOptions
,ServerDeploymentConfigProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ServerDeploymentConfigProps
@Stability(Stable)
@Internal
public static final class ServerDeploymentConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ServerDeploymentConfigProps
An implementation for
ServerDeploymentConfigProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.ServerDeploymentConfigProps
ServerDeploymentConfigProps.Builder, ServerDeploymentConfigProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theServerDeploymentConfigProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The physical, human-readable name of the Deployment Configuration.final MinimumHealthyHosts
Minimum number of healthy hosts.final ZonalConfig
Configure CodeDeploy to deploy your application to one Availability Zone at a time within an AWS Region.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theServerDeploymentConfigProps.Builder
.
-
-
Method Details
-
getMinimumHealthyHosts
Description copied from interface:ServerDeploymentConfigProps
Minimum number of healthy hosts.- Specified by:
getMinimumHealthyHosts
in interfaceServerDeploymentConfigProps
-
getZonalConfig
Description copied from interface:ServerDeploymentConfigProps
Configure CodeDeploy to deploy your application to one Availability Zone at a time within an AWS Region.Default: - deploy your application to a random selection of hosts across a Region
- Specified by:
getZonalConfig
in interfaceServerDeploymentConfigProps
-
getDeploymentConfigName
Description copied from interface:BaseDeploymentConfigOptions
The physical, human-readable name of the Deployment Configuration.Default: - automatically generated name
- Specified by:
getDeploymentConfigName
in interfaceBaseDeploymentConfigOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-