aws-cdk-lib.aws_codedeploy.IServerDeploymentConfig

interface IServerDeploymentConfig

LanguageType name
.NETAmazon.CDK.AWS.CodeDeploy.IServerDeploymentConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#IServerDeploymentConfig
Javasoftware.amazon.awscdk.services.codedeploy.IServerDeploymentConfig
Pythonaws_cdk.aws_codedeploy.IServerDeploymentConfig
TypeScript (source)aws-cdk-lib » aws_codedeploy » IServerDeploymentConfig

Implemented by ServerDeploymentConfig

Obtainable from ServerDeploymentConfig.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

NameTypeDescription
deploymentConfigArnstringThe ARN of the Deployment Configuration.
deploymentConfigNamestringThe 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.