Uses of Class
software.amazon.awscdk.services.appconfig.DeploymentStrategyId
-
Uses of DeploymentStrategyId in software.amazon.awscdk.services.appconfig
Modifier and TypeFieldDescriptionstatic final DeploymentStrategyId
DeploymentStrategyId.ALL_AT_ONCE
Quick.static final DeploymentStrategyId
DeploymentStrategyId.CANARY_10_PERCENT_20_MINUTES
AWS Recommended.static final DeploymentStrategyId
DeploymentStrategyId.LINEAR_20_PERCENT_EVERY_6_MINUTES
AWS Recommended.static final DeploymentStrategyId
DeploymentStrategyId.LINEAR_50_PERCENT_EVERY_30_SECONDS
Testing/Demonstration.Modifier and TypeMethodDescriptionstatic DeploymentStrategyId
DeploymentStrategyId.fromString
(String deploymentStrategyId) Builds a deployment strategy ID from a string.Modifier and TypeMethodDescriptionstatic IDeploymentStrategy
DeploymentStrategy.fromDeploymentStrategyId
(software.constructs.Construct scope, String id, DeploymentStrategyId deploymentStrategyId) Imports a deployment strategy into the CDK using its ID.