Uses of Class
software.amazon.awscdk.services.appconfig.DeploymentStrategyId
Packages that use DeploymentStrategyId
-
Uses of DeploymentStrategyId in software.amazon.awscdk.services.appconfig
Fields in software.amazon.awscdk.services.appconfig declared as DeploymentStrategyIdModifier and TypeFieldDescriptionstatic final DeploymentStrategyIdDeploymentStrategyId.ALL_AT_ONCEQuick.static final DeploymentStrategyIdDeploymentStrategyId.CANARY_10_PERCENT_20_MINUTESAWS Recommended.static final DeploymentStrategyIdDeploymentStrategyId.LINEAR_20_PERCENT_EVERY_6_MINUTESAWS Recommended.static final DeploymentStrategyIdDeploymentStrategyId.LINEAR_50_PERCENT_EVERY_30_SECONDSTesting/Demonstration.Methods in software.amazon.awscdk.services.appconfig that return DeploymentStrategyIdModifier and TypeMethodDescriptionstatic DeploymentStrategyIdDeploymentStrategyId.fromString(String deploymentStrategyId) Builds a deployment strategy ID from a string.Methods in software.amazon.awscdk.services.appconfig with parameters of type DeploymentStrategyIdModifier and TypeMethodDescriptionstatic IDeploymentStrategyDeploymentStrategy.fromDeploymentStrategyId(software.constructs.Construct scope, String id, DeploymentStrategyId deploymentStrategyId) Imports a deployment strategy into the CDK using its ID.