| Modifier and Type | Interface and Description |
|---|---|
static interface |
IServerApplication.Jsii$Default
Internal default implementation for
IServerApplication. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IServerApplication.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ServerApplication
A CodeDeploy Application that deploys to EC2/on-premise instances.
|
| Modifier and Type | Method and Description |
|---|---|
static IServerApplication |
ServerApplication.fromServerApplicationName(software.constructs.Construct scope,
String id,
String serverApplicationName)
Import an Application defined either outside the CDK app, or in a different region.
|
IServerApplication |
ServerDeploymentGroupAttributes.getApplication()
The reference to the CodeDeploy EC2/on-premise Application that this Deployment Group belongs to.
|
IServerApplication |
ServerDeploymentGroupAttributes.Jsii$Proxy.getApplication() |
default IServerApplication |
ServerDeploymentGroupProps.getApplication()
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
IServerApplication |
ServerDeploymentGroupProps.Jsii$Proxy.getApplication() |
IServerApplication |
IServerDeploymentGroup.getApplication() |
IServerApplication |
IServerDeploymentGroup.Jsii$Proxy.getApplication() |
default IServerApplication |
IServerDeploymentGroup.Jsii$Default.getApplication() |
IServerApplication |
ServerDeploymentGroup.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroupAttributes.Builder |
ServerDeploymentGroupAttributes.Builder.application(IServerApplication application)
Sets the value of
ServerDeploymentGroupAttributes.getApplication() |
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.application(IServerApplication application)
Sets the value of
ServerDeploymentGroupProps.getApplication() |
ServerDeploymentGroup.Builder |
ServerDeploymentGroup.Builder.application(IServerApplication application)
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
Copyright © 2022. All rights reserved.