Uses of Interface
software.amazon.awscdk.services.appconfig.RolloutStrategyProps
-
Uses of RolloutStrategyProps in software.amazon.awscdk.services.appconfig
Modifier and TypeMethodDescriptionRolloutStrategyProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic RolloutStrategy
RolloutStrategy.exponential
(RolloutStrategyProps props) Build your own exponential rollout strategy.static RolloutStrategy
RolloutStrategy.linear
(RolloutStrategyProps props) Build your own linear rollout strategy.