Interface IDeploymentStrategy

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IDeploymentStrategy.Jsii$Default
All Known Implementing Classes:
DeploymentStrategy, IDeploymentStrategy.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-17T05:10:19.751Z") @Stability(Deprecated) @Deprecated public interface IDeploymentStrategy extends software.amazon.jsii.JsiiSerializable, IResource
Deprecated.
  • Method Details

    • getDeploymentStrategyArn

      @Stability(Deprecated) @Deprecated @NotNull String getDeploymentStrategyArn()
      Deprecated.
      (deprecated) The Amazon Resource Name (ARN) of the deployment strategy.
    • getDeploymentStrategyId

      @Stability(Deprecated) @Deprecated @NotNull String getDeploymentStrategyId()
      Deprecated.
      (deprecated) The ID of the deployment strategy.
    • getDeploymentDurationInMinutes

      @Stability(Deprecated) @Deprecated @Nullable default Number getDeploymentDurationInMinutes()
      Deprecated.
      (deprecated) The deployment duration in minutes.
    • getDescription

      @Stability(Deprecated) @Deprecated @Nullable default String getDescription()
      Deprecated.
      (deprecated) The description of the deployment strategy.
    • getFinalBakeTimeInMinutes

      @Stability(Deprecated) @Deprecated @Nullable default Number getFinalBakeTimeInMinutes()
      Deprecated.
      (deprecated) The final bake time in minutes.
    • getGrowthFactor

      @Stability(Deprecated) @Deprecated @Nullable default Number getGrowthFactor()
      Deprecated.
      (deprecated) The growth factor of the deployment strategy.
    • getGrowthType

      @Stability(Deprecated) @Deprecated @Nullable default GrowthType getGrowthType()
      Deprecated.
      (deprecated) The growth type of the deployment strategy.
    • getName

      @Stability(Deprecated) @Deprecated @Nullable default String getName()
      Deprecated.
      (deprecated) The name of the deployment strategy.