Class CfnDeploymentConfigMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentConfigMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentConfigMixinProps
CfnDeploymentConfigMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.codedeploy.CfnDeploymentConfigMixinProps
CfnDeploymentConfigMixinProps.Builder, CfnDeploymentConfigMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentConfigMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe destination platform type for the deployment (Lambda,Server, orECS).final StringA name for the deployment configuration.final ObjectThe minimum number of healthy instances that should be available at any time during the deployment.final ObjectThe configuration that specifies how the deployment traffic is routed.final ObjectConfigure theZonalConfigobject if you want AWS CodeDeploy to deploy your application to one Availability Zone at a time, within an AWS Region.final inthashCode()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 theCfnDeploymentConfigMixinProps.Builder.
-
-
Method Details
-
getComputePlatform
Description copied from interface:CfnDeploymentConfigMixinPropsThe destination platform type for the deployment (Lambda,Server, orECS).- Specified by:
getComputePlatformin interfaceCfnDeploymentConfigMixinProps- See Also:
-
getDeploymentConfigName
Description copied from interface:CfnDeploymentConfigMixinPropsA name for the deployment configuration.If you don't specify a name, 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.
- Specified by:
getDeploymentConfigNamein interfaceCfnDeploymentConfigMixinProps- See Also:
-
getMinimumHealthyHosts
Description copied from interface:CfnDeploymentConfigMixinPropsThe minimum number of healthy instances that should be available at any time during the deployment.There are two parameters expected in the input: type and value.
The type parameter takes either of the following values:
- HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
- FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.
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.
Returns union: either
IResolvableorCfnDeploymentConfigPropsMixin.MinimumHealthyHostsProperty- Specified by:
getMinimumHealthyHostsin interfaceCfnDeploymentConfigMixinProps- See Also:
-
getTrafficRoutingConfig
Description copied from interface:CfnDeploymentConfigMixinPropsThe configuration that specifies how the deployment traffic is routed.Returns union: either
IResolvableorCfnDeploymentConfigPropsMixin.TrafficRoutingConfigProperty- Specified by:
getTrafficRoutingConfigin interfaceCfnDeploymentConfigMixinProps- See Also:
-
getZonalConfig
Description copied from interface:CfnDeploymentConfigMixinPropsConfigure theZonalConfigobject if you want AWS CodeDeploy to deploy your application to one Availability Zone at a time, within an AWS Region.For more information about the zonal configuration feature, see zonal configuration in the CodeDeploy User Guide .
Returns union: either
IResolvableorCfnDeploymentConfigPropsMixin.ZonalConfigProperty- Specified by:
getZonalConfigin interfaceCfnDeploymentConfigMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-