| 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 |
IServerDeploymentGroup.getApplication() |
IServerApplication |
IServerDeploymentGroup.Jsii$Proxy.getApplication() |
default IServerApplication |
IServerDeploymentGroup.Jsii$Default.getApplication() |
IServerApplication |
ServerDeploymentGroup.getApplication() |
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() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroup.Builder |
ServerDeploymentGroup.Builder.application(IServerApplication application)
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
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() |
| Constructor and Description |
|---|
Jsii$Proxy(IServerApplication application,
String deploymentGroupName,
IServerDeploymentConfig deploymentConfig)
Constructor that initializes the object based on literal property values passed by the
ServerDeploymentGroupAttributes.Builder. |
Jsii$Proxy(List<? extends IAlarm> alarms,
IServerApplication application,
AutoRollbackConfig autoRollback,
List<? extends IAutoScalingGroup> autoScalingGroups,
IServerDeploymentConfig deploymentConfig,
String deploymentGroupName,
InstanceTagSet ec2InstanceTags,
Boolean ignorePollAlarmsFailure,
Boolean installAgent,
LoadBalancer loadBalancer,
InstanceTagSet onPremiseInstanceTags,
IRole role)
Constructor that initializes the object based on literal property values passed by the
ServerDeploymentGroupProps.Builder. |
Copyright © 2021. All rights reserved.