An AWS AppConfig deployment strategy.
import { DeploymentStrategy } from 'aws-cdk-lib/aws-appconfig';Or use the module namespace:
import * as appconfig from 'aws-cdk-lib/aws-appconfig';
// appconfig.DeploymentStrategyConfiguration passed to the constructor as DeploymentStrategyProps.
rolloutStrategyRequiredRolloutStrategyThe rollout strategy for the deployment strategy. You can use predefined deployment strategies, such as RolloutStrategy.ALL_AT_ONCE, RolloutStrategy.LINEAR_50_PERCENT_EVERY_30_SECONDS, or RolloutStrategy.CANARY_10_PERCENT_20_MINUTES.
deploymentStrategyNameOptionalstringA name for the deployment strategy.
Default: - A name is generated.
descriptionOptionalstringA description of the deployment strategy.
Default: - No description.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appconfig