@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.852Z") public interface ServerDeploymentGroupImportProps extends software.amazon.jsii.JsiiSerializable
IServerDeploymentGroup.export()| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerDeploymentGroupImportProps.Builder
A builder for
ServerDeploymentGroupImportProps |
static class |
ServerDeploymentGroupImportProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentGroupImportProps.Builder |
builder() |
IServerApplication |
getApplication()
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
IServerDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group
that we are referencing.
|
void |
setApplication(IServerApplication value)
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
void |
setDeploymentConfig(IServerDeploymentConfig value)
The Deployment Configuration this Deployment Group uses.
|
void |
setDeploymentGroupName(String value)
The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group
that we are referencing.
|
IServerApplication getApplication()
void setApplication(IServerApplication value)
String getDeploymentGroupName()
void setDeploymentGroupName(String value)
IServerDeploymentConfig getDeploymentConfig()
void setDeploymentConfig(IServerDeploymentConfig value)
static ServerDeploymentGroupImportProps.Builder builder()
Copyright © 2019. All rights reserved.