DeploymentStrategyId
- class aws_cdk.aws_appconfig.DeploymentStrategyId
Bases:
object
Defines the deployment strategy ID’s of AWS AppConfig deployment strategies.
- See:
- ExampleMetadata:
infused
Example:
appconfig.DeploymentStrategy.from_deployment_strategy_id(self, "MyImportedDeploymentStrategy", appconfig.DeploymentStrategyId.from_string("abc123"))
Attributes
- ALL_AT_ONCE = <aws_cdk.aws_appconfig._DeploymentStrategyIdProxy object>
- CANARY_10_PERCENT_20_MINUTES = <aws_cdk.aws_appconfig._DeploymentStrategyIdProxy object>
- LINEAR_20_PERCENT_EVERY_6_MINUTES = <aws_cdk.aws_appconfig._DeploymentStrategyIdProxy object>
- LINEAR_50_PERCENT_EVERY_30_SECONDS = <aws_cdk.aws_appconfig._DeploymentStrategyIdProxy object>
- id
The deployment strategy ID.
Static Methods
- classmethod from_string(deployment_strategy_id)
Builds a deployment strategy ID from a string.
- Parameters:
deployment_strategy_id (
str
) – The deployment strategy ID.- Return type: