@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-07-22T09:50:16.080Z") @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) @NotNull IServerApplication getApplication()
@Stability(value=Stable) @NotNull IServerDeploymentConfig getDeploymentConfig()
@Stability(value=Stable) @NotNull String getDeploymentGroupArn()
@Stability(value=Stable) @NotNull String getDeploymentGroupName()
@Stability(value=Stable) @Nullable default List<AutoScalingGroup> getAutoScalingGroups()
@Stability(value=Stable) @Nullable default IRole getRole()
Copyright © 2020. All rights reserved.