interface ServerApplicationProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeDeploy.ServerApplicationProps |
Java | software.amazon.awscdk.services.codedeploy.ServerApplicationProps |
Python | aws_cdk.aws_codedeploy.ServerApplicationProps |
TypeScript (source) | @aws-cdk/aws-codedeploy » ServerApplicationProps |
Construction properties for {@link ServerApplication}.
Example
const application = new codedeploy.ServerApplication(this, 'CodeDeployApplication', {
applicationName: 'MyApplication', // optional property
});
Properties
Name | Type | Description |
---|---|---|
application | string | The 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.