@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:19:43.963Z") @Stability(value=Experimental) public interface ServerDeploymentGroupAttributes extends software.amazon.jsii.JsiiSerializable
IServerDeploymentGroup#export| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerDeploymentGroupAttributes.Builder
A builder for
ServerDeploymentGroupAttributes |
static class |
ServerDeploymentGroupAttributes.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentGroupAttributes.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.
|
@Stability(value=Experimental) IServerApplication getApplication()
@Stability(value=Experimental) String getDeploymentGroupName()
@Stability(value=Experimental) IServerDeploymentConfig getDeploymentConfig()
@Stability(value=Experimental) static ServerDeploymentGroupAttributes.Builder builder()
Copyright © 2019. All rights reserved.