@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-30T10:27:18.097Z") @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.
|
default 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) @NotNull IServerApplication getApplication()
@Stability(value=Stable) @NotNull String getDeploymentGroupName()
@Stability(value=Stable) @Nullable default IServerDeploymentConfig getDeploymentConfig()
Default: ServerDeploymentConfig#OneAtATime
@Stability(value=Stable) static ServerDeploymentGroupAttributes.Builder builder()
Copyright © 2020. All rights reserved.