@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.592Z") @Stability(value=Experimental) public class ServerDeploymentGroup extends Resource implements IServerDeploymentGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerDeploymentGroup.Builder
(experimental) A fluent builder for
ServerDeploymentGroup. |
software.amazon.jsii.JsiiObject.InitializationModeIServerDeploymentGroup.Jsii$Default, IServerDeploymentGroup.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ServerDeploymentGroup(software.constructs.Construct scope,
String id) |
|
ServerDeploymentGroup(software.constructs.Construct scope,
String id,
ServerDeploymentGroupProps props) |
protected |
ServerDeploymentGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ServerDeploymentGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlarm(IAlarm alarm)
(experimental) Associates an additional alarm with this Deployment Group.
|
void |
addAutoScalingGroup(AutoScalingGroup asg)
(experimental) Adds an additional auto-scaling group to this Deployment Group.
|
static IServerDeploymentGroup |
fromServerDeploymentGroupAttributes(software.constructs.Construct scope,
String id,
ServerDeploymentGroupAttributes attrs)
(experimental) Import an EC2/on-premise Deployment Group defined either outside the CDK app, or in a different region.
|
IServerApplication |
getApplication() |
List<IAutoScalingGroup> |
getAutoScalingGroups() |
IServerDeploymentConfig |
getDeploymentConfig() |
String |
getDeploymentGroupArn() |
String |
getDeploymentGroupName() |
IRole |
getRole() |
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ServerDeploymentGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected ServerDeploymentGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public ServerDeploymentGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ServerDeploymentGroupProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public ServerDeploymentGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public static IServerDeploymentGroup fromServerDeploymentGroupAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull ServerDeploymentGroupAttributes attrs)
scope - the parent Construct for this new Construct. This parameter is required.id - the logical ID of this new Construct. This parameter is required.attrs - the properties of the referenced Deployment Group. This parameter is required.@Stability(value=Experimental)
public void addAlarm(@NotNull
IAlarm alarm)
alarm - the alarm to associate with this Deployment Group. This parameter is required.@Stability(value=Experimental)
public void addAutoScalingGroup(@NotNull
AutoScalingGroup asg)
asg - the auto-scaling group to add to this Deployment Group. This parameter is required.@Stability(value=Experimental) @NotNull public IServerApplication getApplication()
getApplication in interface IServerDeploymentGroup@Stability(value=Experimental) @NotNull public IServerDeploymentConfig getDeploymentConfig()
getDeploymentConfig in interface IServerDeploymentGroup@Stability(value=Experimental) @NotNull public String getDeploymentGroupArn()
getDeploymentGroupArn in interface IServerDeploymentGroup@Stability(value=Experimental) @NotNull public String getDeploymentGroupName()
getDeploymentGroupName in interface IServerDeploymentGroup@Stability(value=Experimental) @Nullable public List<IAutoScalingGroup> getAutoScalingGroups()
getAutoScalingGroups in interface IServerDeploymentGroup@Stability(value=Experimental) @Nullable public IRole getRole()
getRole in interface IServerDeploymentGroupCopyright © 2021. All rights reserved.