@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:19:43.957Z") @Stability(value=Experimental) public interface IServerDeploymentGroup extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.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()
EXPERIMENTAL
|
List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> |
getAutoScalingGroups()
EXPERIMENTAL
|
IServerDeploymentConfig |
getDeploymentConfig()
EXPERIMENTAL
|
String |
getDeploymentGroupArn()
EXPERIMENTAL
|
String |
getDeploymentGroupName()
EXPERIMENTAL
|
software.amazon.awscdk.services.iam.IRole |
getRole()
EXPERIMENTAL
|
@Stability(value=Experimental) IServerApplication getApplication()
@Stability(value=Experimental) IServerDeploymentConfig getDeploymentConfig()
@Stability(value=Experimental) String getDeploymentGroupArn()
@Stability(value=Experimental) String getDeploymentGroupName()
@Stability(value=Experimental) List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> getAutoScalingGroups()
@Stability(value=Experimental) software.amazon.awscdk.services.iam.IRole getRole()
Copyright © 2019. All rights reserved.