@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:37:28.462Z") @Stability(value=Stable) public interface ServerDeploymentGroupAttributes extends software.amazon.jsii.JsiiSerializable
ServerDeploymentGroup#import| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerDeploymentGroupAttributes.Builder
A builder for
ServerDeploymentGroupAttributes |
static class |
ServerDeploymentGroupAttributes.Jsii$Proxy
An implementation for
ServerDeploymentGroupAttributes |
| 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=Stable) IServerApplication getApplication()
@Stability(value=Stable) String getDeploymentGroupName()
@Stability(value=Stable) IServerDeploymentConfig getDeploymentConfig()
@Stability(value=Stable) static ServerDeploymentGroupAttributes.Builder builder()
Copyright © 2019. All rights reserved.