Uses of Class
software.amazon.awscdk.services.appconfig.RolloutStrategy
Packages that use RolloutStrategy
-
Uses of RolloutStrategy in software.amazon.awscdk.services.appconfig
Fields in software.amazon.awscdk.services.appconfig declared as RolloutStrategyModifier and TypeFieldDescriptionstatic final RolloutStrategyRolloutStrategy.ALL_AT_ONCEQuick.static final RolloutStrategyRolloutStrategy.CANARY_10_PERCENT_20_MINUTESAWS Recommended.static final RolloutStrategyRolloutStrategy.LINEAR_20_PERCENT_EVERY_6_MINUTESAWS Recommended.static final RolloutStrategyRolloutStrategy.LINEAR_50_PERCENT_EVERY_30_SECONDSTesting/Demonstration.Methods in software.amazon.awscdk.services.appconfig that return RolloutStrategyModifier and TypeMethodDescriptionstatic RolloutStrategyRolloutStrategy.exponential(RolloutStrategyProps props) Build your own exponential rollout strategy.DeploymentStrategyProps.getRolloutStrategy()The rollout strategy for the deployment strategy.final RolloutStrategyDeploymentStrategyProps.Jsii$Proxy.getRolloutStrategy()static RolloutStrategyRolloutStrategy.linear(RolloutStrategyProps props) Build your own linear rollout strategy.Methods in software.amazon.awscdk.services.appconfig with parameters of type RolloutStrategyModifier and TypeMethodDescriptionDeploymentStrategy.Builder.rolloutStrategy(RolloutStrategy rolloutStrategy) The rollout strategy for the deployment strategy.DeploymentStrategyProps.Builder.rolloutStrategy(RolloutStrategy rolloutStrategy) Sets the value ofDeploymentStrategyProps.getRolloutStrategy()