@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-03-18T17:03:28.587Z") @Stability(value=Stable) public interface IServerDeploymentGroup extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
IServerDeploymentGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IServerApplication |
getApplication() |
default List<AutoScalingGroup> |
getAutoScalingGroups() |
IServerDeploymentConfig |
getDeploymentConfig() |
String |
getDeploymentGroupArn() |
String |
getDeploymentGroupName() |
default IRole |
getRole() |
getNode@Stability(value=Stable) IServerApplication getApplication()
@Stability(value=Stable) IServerDeploymentConfig getDeploymentConfig()
@Stability(value=Stable) String getDeploymentGroupArn()
@Stability(value=Stable) String getDeploymentGroupName()
@Stability(value=Stable) default List<AutoScalingGroup> getAutoScalingGroups()
@Stability(value=Stable) default IRole getRole()
Copyright © 2020. All rights reserved.