public static final class IServerDeploymentGroup.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IServerDeploymentGroup
software.amazon.jsii.JsiiObject.InitializationModeIServerDeploymentGroup.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroupImportProps |
export() |
IServerApplication |
getApplication() |
List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> |
getAutoScalingGroups() |
List<software.amazon.awscdk.IConstruct> |
getDependencyRoots()
The set of constructs that form the root of this dependable
All resources under all returned constructs are included in the ordering
dependency.
|
IServerDeploymentConfig |
getDeploymentConfig() |
String |
getDeploymentGroupArn() |
String |
getDeploymentGroupName() |
software.amazon.awscdk.ConstructNode |
getNode()
The construct node in the scope tree.
|
software.amazon.awscdk.services.iam.Role |
getRole() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public IServerApplication getApplication()
getApplication in interface IServerDeploymentGrouppublic IServerDeploymentConfig getDeploymentConfig()
getDeploymentConfig in interface IServerDeploymentGrouppublic String getDeploymentGroupArn()
getDeploymentGroupArn in interface IServerDeploymentGrouppublic String getDeploymentGroupName()
getDeploymentGroupName in interface IServerDeploymentGroup@Nullable public List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> getAutoScalingGroups()
getAutoScalingGroups in interface IServerDeploymentGroup@Nullable public software.amazon.awscdk.services.iam.Role getRole()
getRole in interface IServerDeploymentGrouppublic software.amazon.awscdk.ConstructNode getNode()
getNode in interface software.amazon.awscdk.IConstructpublic List<software.amazon.awscdk.IConstruct> getDependencyRoots()
getDependencyRoots in interface software.amazon.awscdk.IDependablepublic ServerDeploymentGroupImportProps export()
export in interface IServerDeploymentGroupCopyright © 2019. All rights reserved.