| Package | Description |
|---|---|
| software.amazon.awscdk.services.codedeploy |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerApplication
A CodeDeploy Application that deploys to EC2/on-premise instances.
|
| Modifier and Type | Method and Description |
|---|---|
ServerApplicationRef |
ServerDeploymentGroupRefProps.getApplication()
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
ServerApplicationRef |
ServerDeploymentGroupRefProps.Jsii$Proxy.getApplication()
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
ServerApplicationRef |
ServerDeploymentGroupRef.getApplication() |
ServerApplicationRef |
ServerDeploymentGroup.getApplication() |
ServerApplicationRef |
ServerDeploymentGroupProps.getApplication()
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
ServerApplicationRef |
ServerDeploymentGroupProps.Jsii$Proxy.getApplication()
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
static ServerApplicationRef |
ServerApplicationRef.import_(software.amazon.awscdk.Construct parent,
String id,
ServerApplicationRefProps props)
Import an Application defined either outside the CDK,
or in a different CDK Stack and exported using the
export() method. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerDeploymentGroupRefProps.setApplication(ServerApplicationRef value)
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
void |
ServerDeploymentGroupRefProps.Jsii$Proxy.setApplication(ServerApplicationRef value)
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
void |
ServerDeploymentGroupProps.setApplication(ServerApplicationRef value)
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
void |
ServerDeploymentGroupProps.Jsii$Proxy.setApplication(ServerApplicationRef value)
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
ServerDeploymentGroupRefProps.Builder |
ServerDeploymentGroupRefProps.Builder.withApplication(ServerApplicationRef value)
Sets the value of Application
|
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.withApplication(ServerApplicationRef value)
Sets the value of Application
|
Copyright © 2018. All rights reserved.