Uses of Interface
software.amazon.awscdk.services.appconfig.RolloutStrategyProps
Packages that use RolloutStrategyProps
-
Uses of RolloutStrategyProps in software.amazon.awscdk.services.appconfig
Classes in software.amazon.awscdk.services.appconfig that implement RolloutStrategyPropsMethods in software.amazon.awscdk.services.appconfig that return RolloutStrategyPropsModifier and TypeMethodDescriptionRolloutStrategyProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.appconfig with parameters of type RolloutStrategyPropsModifier and TypeMethodDescriptionstatic RolloutStrategyRolloutStrategy.exponential(RolloutStrategyProps props) Build your own exponential rollout strategy.static RolloutStrategyRolloutStrategy.linear(RolloutStrategyProps props) Build your own linear rollout strategy.