interface IServerDeploymentConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodeDeploy.IServerDeploymentConfig |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#IServerDeploymentConfig |
Java | software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig |
Python | aws_cdk.aws_codedeploy.IServerDeploymentConfig |
TypeScript (source) | aws-cdk-lib » 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 ServerDeploymentConfig class
(ServerDeploymentConfig.HALF_AT_A_TIME, ServerDeploymentConfig.ALL_AT_ONCE, etc.).
To create a custom Deployment Configuration,
instantiate the ServerDeploymentConfig Construct.
Properties
| Name | Type | Description |
|---|---|---|
| deployment | string | The ARN of the Deployment Configuration. |
| deployment | string | The physical, human-readable name of the Deployment Configuration. |
deploymentConfigArn
Type:
string
The ARN of the Deployment Configuration.
deploymentConfigName
Type:
string
The physical, human-readable name of the Deployment Configuration.

.NET
Go
Java
Python
TypeScript (