aws-cdk-lib.aws_codedeploy.ServerApplicationProps

interface ServerApplicationProps

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

Construction properties for ServerApplication.

Example

const application = new codedeploy.ServerApplication(this, 'CodeDeployApplication', {
  applicationName: 'MyApplication', // optional property
});

Properties

NameTypeDescription
applicationName?stringThe physical, human-readable name of the CodeDeploy Application.

applicationName?

Type: string (optional, default: an auto-generated name will be used)

The physical, human-readable name of the CodeDeploy Application.