@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-01T09:58:41.440Z")
public interface ServerDeploymentGroupAttributes
Example:
ServerApplication application; IServerDeploymentGroup deploymentGroup = ServerDeploymentGroup.fromServerDeploymentGroupAttributes(this, "ExistingCodeDeployDeploymentGroup", ServerDeploymentGroupAttributes.builder() .application(application) .deploymentGroupName("MyExistingDeploymentGroup") .build());
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.
|
java.lang.String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group that we are referencing.
|
IServerApplication getApplication()
java.lang.String getDeploymentGroupName()
default IServerDeploymentConfig getDeploymentConfig()
Default: ServerDeploymentConfig#OneAtATime
static ServerDeploymentGroupAttributes.Builder builder()