Class DeploymentStrategyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.DeploymentStrategyProps.Jsii$Proxy
- All Implemented Interfaces:
DeploymentStrategyProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DeploymentStrategyProps
@Stability(Stable)
@Internal
public static final class DeploymentStrategyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DeploymentStrategyProps
An implementation for
DeploymentStrategyProps
-
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.appconfig.DeploymentStrategyProps
DeploymentStrategyProps.Builder, DeploymentStrategyProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDeploymentStrategyProps.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
A name for the deployment strategy.final String
A description of the deployment strategy.final RolloutStrategy
The rollout strategy for the deployment strategy.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 theDeploymentStrategyProps.Builder
.
-
-
Method Details
-
getRolloutStrategy
Description copied from interface:DeploymentStrategyProps
The rollout strategy for the deployment strategy.You can use predefined deployment strategies, such as RolloutStrategy.ALL_AT_ONCE, RolloutStrategy.LINEAR_50_PERCENT_EVERY_30_SECONDS, or RolloutStrategy.CANARY_10_PERCENT_20_MINUTES.
- Specified by:
getRolloutStrategy
in interfaceDeploymentStrategyProps
-
getDeploymentStrategyName
Description copied from interface:DeploymentStrategyProps
A name for the deployment strategy.Default: - A name is generated.
- Specified by:
getDeploymentStrategyName
in interfaceDeploymentStrategyProps
-
getDescription
Description copied from interface:DeploymentStrategyProps
A description of the deployment strategy.Default: - No description.
- Specified by:
getDescription
in interfaceDeploymentStrategyProps
-
$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()
-