| 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 |
|---|---|
IServerApplication |
ServerDeploymentGroupImportProps.getApplication()
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
IServerApplication |
ServerDeploymentGroupImportProps.Jsii$Proxy.getApplication()
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
IServerApplication |
ServerDeploymentGroupProps.getApplication()
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
IServerApplication |
ServerDeploymentGroupProps.Jsii$Proxy.getApplication()
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
IServerApplication |
ServerDeploymentGroup.getApplication() |
IServerApplication |
IServerDeploymentGroup.getApplication() |
IServerApplication |
IServerDeploymentGroup.Jsii$Proxy.getApplication() |
IServerApplication |
ServerDeploymentGroupBase.getApplication() |
static IServerApplication |
ServerApplication.import_(software.amazon.awscdk.Construct scope,
String id,
ServerApplicationImportProps props)
Import an Application defined either outside the CDK,
or in a different CDK Stack and exported using the
ServerApplication.export() method. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerDeploymentGroupImportProps.setApplication(IServerApplication value)
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
void |
ServerDeploymentGroupImportProps.Jsii$Proxy.setApplication(IServerApplication value)
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
void |
ServerDeploymentGroupProps.setApplication(IServerApplication value)
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
void |
ServerDeploymentGroupProps.Jsii$Proxy.setApplication(IServerApplication value)
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
ServerDeploymentGroupImportProps.Builder |
ServerDeploymentGroupImportProps.Builder.withApplication(IServerApplication value)
Sets the value of Application
|
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.withApplication(IServerApplication value)
Sets the value of Application
|
Copyright © 2019. All rights reserved.