aws-cdk-lib.aws_codedeploy.IBaseDeploymentConfig

interface IBaseDeploymentConfig

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

Implemented by CustomLambdaDeploymentConfig, EcsDeploymentConfig, LambdaDeploymentConfig, ServerDeploymentConfig

Obtainable from BaseDeploymentConfig.fromDeploymentConfigName()

The base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.

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.