@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:37:28.458Z") @Stability(value=Stable) public interface IServerDeploymentGroup extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.core.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() |
List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> |
getAutoScalingGroups() |
IServerDeploymentConfig |
getDeploymentConfig() |
String |
getDeploymentGroupArn() |
String |
getDeploymentGroupName() |
software.amazon.awscdk.services.iam.IRole |
getRole() |
@Stability(value=Stable) IServerApplication getApplication()
@Stability(value=Stable) IServerDeploymentConfig getDeploymentConfig()
@Stability(value=Stable) String getDeploymentGroupArn()
@Stability(value=Stable) String getDeploymentGroupName()
@Stability(value=Stable) List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> getAutoScalingGroups()
@Stability(value=Stable) software.amazon.awscdk.services.iam.IRole getRole()
Copyright © 2019. All rights reserved.