@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-12T01:56:51.996Z") @Stability(value=Stable) public interface IServerDeploymentGroup extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IServerDeploymentGroup.Jsii$Default
Internal default implementation for
IServerDeploymentGroup. |
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<IAutoScalingGroup> |
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<IAutoScalingGroup> getAutoScalingGroups()
@Stability(value=Stable) @Nullable default IRole getRole()
Copyright © 2020. All rights reserved.