@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.844Z") 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 |
|---|---|
PipelineDeployAction |
addToPipeline(software.amazon.awscdk.services.codepipeline.api.IStage stage,
String name)
Convenience method for creating a new
PipelineDeployAction
and adding it to the given Stage. |
PipelineDeployAction |
addToPipeline(software.amazon.awscdk.services.codepipeline.api.IStage stage,
String name,
CommonPipelineDeployActionProps props)
Convenience method for creating a new
PipelineDeployAction
and adding it to the given Stage. |
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() |
apply, getDependencyRoots, getNode, isConstruct, prepare, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected ServerDeploymentGroupBase(software.amazon.jsii.JsiiObject.InitializationMode mode)
public PipelineDeployAction addToPipeline(software.amazon.awscdk.services.codepipeline.api.IStage stage, String name, @Nullable CommonPipelineDeployActionProps props)
PipelineDeployAction
and adding it to the given Stage.stage - the Pipeline Stage to add the new Action toname - the name of the newly created Actionprops - the properties of the new ActionPipelineDeployAction deploy Actionpublic PipelineDeployAction addToPipeline(software.amazon.awscdk.services.codepipeline.api.IStage stage, String name)
PipelineDeployAction
and adding it to the given Stage.stage - the Pipeline Stage to add the new Action toname - the name of the newly created ActionPipelineDeployAction deploy Actionpublic abstract ServerDeploymentGroupImportProps export()
export in interface IServerDeploymentGrouppublic 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.