AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

DeploymentStrategy

An AWS AppConfig deployment strategy.

Import

import { DeploymentStrategy } from 'aws-cdk-lib/aws-appconfig';

Or use the module namespace:

import * as appconfig from 'aws-cdk-lib/aws-appconfig';
// appconfig.DeploymentStrategy

Properties

Configuration passed to the constructor as DeploymentStrategyProps.

rolloutStrategyRequired
RolloutStrategy

The 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.

deploymentStrategyNameOptional
string

A name for the deployment strategy.

Default: - A name is generated.

descriptionOptional
string

A description of the deployment strategy.

Default: - No description.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter