@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-20T13:02:28.206Z") public abstract class ServerDeploymentGroupBase extends software.amazon.awscdk.Construct implements IServerDeploymentGroup
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 |
ServerDeploymentGroupBase(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
abstract 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() |
PipelineDeployAction |
toCodePipelineDeployAction(CommonPipelineDeployActionProps props)
Convenience method for creating a new
PipelineDeployAction. |
getDependencyRoots, getNode, isConstruct, prepare, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected ServerDeploymentGroupBase(software.amazon.jsii.JsiiObject.InitializationMode mode)
public abstract ServerDeploymentGroupImportProps export()
export in interface IServerDeploymentGrouppublic PipelineDeployAction toCodePipelineDeployAction(CommonPipelineDeployActionProps props)
PipelineDeployAction.toCodePipelineDeployAction in interface IServerDeploymentGroupprops - the construction properties of the new ActionPipelineDeployActionpublic 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 IServerDeploymentGroupCopyright © 2019. All rights reserved.