@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-20T13:02:28.191Z") public interface IServerDeploymentGroup extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.IConstruct
| 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 |
|---|---|
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. |
IServerApplication getApplication()
IServerDeploymentConfig getDeploymentConfig()
String getDeploymentGroupArn()
String getDeploymentGroupName()
List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> getAutoScalingGroups()
software.amazon.awscdk.services.iam.Role getRole()
ServerDeploymentGroupImportProps export()
PipelineDeployAction toCodePipelineDeployAction(CommonPipelineDeployActionProps props)
PipelineDeployAction.props - the construction properties of the new ActionPipelineDeployActionCopyright © 2019. All rights reserved.