interface IServerDeploymentConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodeDeploy.IServerDeploymentConfig |
Java | software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig |
Python | aws_cdk.aws_codedeploy.IServerDeploymentConfig |
TypeScript (source) | @aws-cdk/aws-codedeploy » IServerDeploymentConfig |
Implemented by
Server
Obtainable from
Server.fromServerDeploymentConfigName()
The Deployment Configuration of an EC2/on-premise Deployment Group.
The default, pre-defined Configurations are available as constants on the {@link ServerDeploymentConfig} class
(ServerDeploymentConfig.HALF_AT_A_TIME, ServerDeploymentConfig.ALL_AT_ONCE, etc.).
To create a custom Deployment Configuration,
instantiate the {@link ServerDeploymentConfig} Construct.
Properties
| Name | Type | Description |
|---|---|---|
| deployment | string | |
| deployment | string |
deploymentConfigArn
Type:
string
deploymentConfigName
Type:
string

.NET
Java
Python
TypeScript (