interface IBaseDeploymentConfig
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.CodeDeploy.IBaseDeploymentConfig | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#IBaseDeploymentConfig | 
|  Java | software.amazon.awscdk.services.codedeploy.IBaseDeploymentConfig | 
|  Python | aws_cdk.aws_codedeploy.IBaseDeploymentConfig | 
|  TypeScript (source) | aws-cdk-lib»aws_codedeploy»IBaseDeploymentConfig | 
Implemented by
Custom, Ecs, Lambda, Server
Obtainable from
Base.fromDeploymentConfigName()
The base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.
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.
