@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.834Z") public interface IServerDeploymentGroup extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.IConstruct
| 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 |
|---|---|
ServerDeploymentGroupImportProps |
export() |
IServerApplication |
getApplication() |
List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> |
getAutoScalingGroups() |
IServerDeploymentConfig |
getDeploymentConfig() |
String |
getDeploymentGroupArn() |
String |
getDeploymentGroupName() |
software.amazon.awscdk.services.iam.Role |
getRole() |
IServerApplication getApplication()
IServerDeploymentConfig getDeploymentConfig()
String getDeploymentGroupArn()
String getDeploymentGroupName()
List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> getAutoScalingGroups()
software.amazon.awscdk.services.iam.Role getRole()
ServerDeploymentGroupImportProps export()
Copyright © 2019. All rights reserved.