@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.592Z") @Stability(value=Experimental) 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()
(experimental) The reference to the CodeDeploy EC2/on-premise Application that this Deployment Group belongs to.
|
default IServerDeploymentConfig |
getDeploymentConfig()
(experimental) The Deployment Configuration this Deployment Group uses.
|
String |
getDeploymentGroupName()
(experimental) The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group that we are referencing.
|
@Stability(value=Experimental) @NotNull IServerApplication getApplication()
@Stability(value=Experimental) @NotNull String getDeploymentGroupName()
@Stability(value=Experimental) @Nullable default IServerDeploymentConfig getDeploymentConfig()
Default: ServerDeploymentConfig#OneAtATime
@Stability(value=Experimental) static ServerDeploymentGroupAttributes.Builder builder()
Copyright © 2021. All rights reserved.