@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-20T13:05:15.956Z") public interface ServerDeploymentGroupRefProps extends software.amazon.jsii.JsiiSerializable
ServerDeploymentGroupRef.export()| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerDeploymentGroupRefProps.Builder
A builder for
ServerDeploymentGroupRefProps |
static class |
ServerDeploymentGroupRefProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentGroupRefProps.Builder |
builder() |
ServerApplicationRef |
getApplication()
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group
that we are referencing.
|
void |
setApplication(ServerApplicationRef value)
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
void |
setDeploymentGroupName(String value)
The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group
that we are referencing.
|
ServerApplicationRef getApplication()
void setApplication(ServerApplicationRef value)
String getDeploymentGroupName()
void setDeploymentGroupName(String value)
static ServerDeploymentGroupRefProps.Builder builder()
Copyright © 2018. All rights reserved.