Interface IDeploymentStrategy.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IDeploymentStrategy,IDeploymentStrategyRef,IDeploymentStrategyRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IDeploymentStrategy.Jsii$Proxy
- Enclosing interface:
IDeploymentStrategy
@Internal
public static interface IDeploymentStrategy.Jsii$Default
extends IDeploymentStrategy, IResource.Jsii$Default, IDeploymentStrategyRef.Jsii$Default
Internal default implementation for
IDeploymentStrategy.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.IDeploymentStrategy
IDeploymentStrategy.Jsii$Default, IDeploymentStrategy.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.appconfig.IDeploymentStrategyRef
IDeploymentStrategyRef.Jsii$Default, IDeploymentStrategyRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault NumberThe deployment duration in minutes.default StringThe Amazon Resource Name (ARN) of the deployment strategy.default StringThe ID of the deployment strategy.default StringThe description of the deployment strategy.default NumberThe final bake time in minutes.default NumberThe growth factor of the deployment strategy.default GrowthTypeThe growth type of the deployment strategy.default StringgetName()The name of the deployment strategy.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.appconfig.IDeploymentStrategyRef.Jsii$Default
getDeploymentStrategyRefMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeploymentStrategyArn
The Amazon Resource Name (ARN) of the deployment strategy.- Specified by:
getDeploymentStrategyArnin interfaceIDeploymentStrategy
-
getDeploymentStrategyId
The ID of the deployment strategy.- Specified by:
getDeploymentStrategyIdin interfaceIDeploymentStrategy
-
getDeploymentDurationInMinutes
The deployment duration in minutes.- Specified by:
getDeploymentDurationInMinutesin interfaceIDeploymentStrategy
-
getDescription
The description of the deployment strategy.- Specified by:
getDescriptionin interfaceIDeploymentStrategy
-
getFinalBakeTimeInMinutes
The final bake time in minutes.- Specified by:
getFinalBakeTimeInMinutesin interfaceIDeploymentStrategy
-
getGrowthFactor
The growth factor of the deployment strategy.- Specified by:
getGrowthFactorin interfaceIDeploymentStrategy
-
getGrowthType
The growth type of the deployment strategy.- Specified by:
getGrowthTypein interfaceIDeploymentStrategy
-
getName
The name of the deployment strategy.- Specified by:
getNamein interfaceIDeploymentStrategy
-