@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-20T13:05:15.956Z") public abstract class ServerDeploymentGroupRef extends software.amazon.awscdk.Construct
ServerDeploymentGroup class.
If you want to reference an already existing Deployment Group,
or one defined in a different CDK Stack,
use the #import method.| Modifier | Constructor and Description |
|---|---|
protected |
ServerDeploymentGroupRef(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroupRefProps |
export() |
ServerApplicationRef |
getApplication() |
String |
getDeploymentGroupArn() |
String |
getDeploymentGroupName() |
static ServerDeploymentGroupRef |
import_(software.amazon.awscdk.Construct parent,
String id,
ServerDeploymentGroupRefProps props)
Import an EC2/on-premise Deployment Group defined either outside the CDK,
or in a different CDK Stack and exported using the
export() method. |
addChild, addError, addInfo, addMetadata, addMetadata, addMetadata, addWarning, ancestors, ancestors, findChild, getChildren, getContext, getId, getLocked, getMetadata, getParent, getPath, getUniqueId, lock, requireContext, required, setContext, setContext, toString, toTreeString, toTreeString, tryFindChild, unlock, validate, validateTreeprotected ServerDeploymentGroupRef(software.amazon.jsii.JsiiObject.InitializationMode mode)
public static ServerDeploymentGroupRef import_(software.amazon.awscdk.Construct parent, String id, ServerDeploymentGroupRefProps props)
export() method.parent - the parent Construct for this new Constructid - the logical ID of this new Constructprops - the properties of the referenced Deployment Grouppublic ServerDeploymentGroupRefProps export()
public ServerApplicationRef getApplication()
public String getDeploymentGroupArn()
public String getDeploymentGroupName()
Copyright © 2018. All rights reserved.