interface IServerDeploymentConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeDeploy.IServerDeploymentConfig |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#IServerDeploymentConfig |
![]() | software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig |
![]() | aws_cdk.aws_codedeploy.IServerDeploymentConfig |
![]() | 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.