| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAutoScalingGroup.Jsii$Default
Internal default implementation for
IAutoScalingGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoScalingGroup
A Fleet represents a managed set of EC2 instances.
|
static class |
IAutoScalingGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IAutoScalingGroup |
AutoScalingGroup.fromAutoScalingGroupName(software.constructs.Construct scope,
String id,
String autoScalingGroupName) |
IAutoScalingGroup |
ScheduledActionProps.getAutoScalingGroup()
The AutoScalingGroup to apply the scheduled actions to.
|
IAutoScalingGroup |
ScheduledActionProps.Jsii$Proxy.getAutoScalingGroup() |
IAutoScalingGroup |
TargetTrackingScalingPolicyProps.getAutoScalingGroup() |
IAutoScalingGroup |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getAutoScalingGroup() |
IAutoScalingGroup |
LifecycleHookProps.getAutoScalingGroup()
The AutoScalingGroup to add the lifecycle hook to.
|
IAutoScalingGroup |
LifecycleHookProps.Jsii$Proxy.getAutoScalingGroup() |
IAutoScalingGroup |
WarmPoolProps.getAutoScalingGroup()
The Auto Scaling group to add the warm pool to.
|
IAutoScalingGroup |
WarmPoolProps.Jsii$Proxy.getAutoScalingGroup() |
IAutoScalingGroup |
StepScalingPolicyProps.getAutoScalingGroup()
The auto scaling group.
|
IAutoScalingGroup |
StepScalingPolicyProps.Jsii$Proxy.getAutoScalingGroup() |
IAutoScalingGroup |
StepScalingActionProps.getAutoScalingGroup()
The auto scaling group.
|
IAutoScalingGroup |
StepScalingActionProps.Jsii$Proxy.getAutoScalingGroup() |
| Modifier and Type | Method and Description |
|---|---|
default List<IAutoScalingGroup> |
IServerDeploymentGroup.getAutoScalingGroups() |
List<IAutoScalingGroup> |
IServerDeploymentGroup.Jsii$Proxy.getAutoScalingGroups() |
default List<IAutoScalingGroup> |
IServerDeploymentGroup.Jsii$Default.getAutoScalingGroups() |
default List<IAutoScalingGroup> |
ServerDeploymentGroupProps.getAutoScalingGroups()
The auto-scaling groups belonging to this Deployment Group.
|
List<IAutoScalingGroup> |
ServerDeploymentGroupProps.Jsii$Proxy.getAutoScalingGroups() |
List<IAutoScalingGroup> |
ServerDeploymentGroup.getAutoScalingGroups() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.autoScalingGroups(List<? extends IAutoScalingGroup> autoScalingGroups)
Sets the value of
ServerDeploymentGroupProps.getAutoScalingGroups() |
ServerDeploymentGroup.Builder |
ServerDeploymentGroup.Builder.autoScalingGroups(List<? extends IAutoScalingGroup> autoScalingGroups)
The auto-scaling groups belonging to this Deployment Group.
|
| Modifier and Type | Method and Description |
|---|---|
IAutoScalingGroup |
Cluster.getAutoscalingGroup()
Getter for autoscaling group added to cluster.
|
default IAutoScalingGroup |
ClusterAttributes.getAutoscalingGroup()
Autoscaling group added to the cluster if capacity is added.
|
IAutoScalingGroup |
ClusterAttributes.Jsii$Proxy.getAutoscalingGroup() |
default IAutoScalingGroup |
ICluster.getAutoscalingGroup()
The autoscaling group added to the cluster if capacity is associated to the cluster.
|
IAutoScalingGroup |
ICluster.Jsii$Proxy.getAutoscalingGroup()
The autoscaling group added to the cluster if capacity is associated to the cluster.
|
default IAutoScalingGroup |
ICluster.Jsii$Default.getAutoscalingGroup()
The autoscaling group added to the cluster if capacity is associated to the cluster.
|
IAutoScalingGroup |
AsgCapacityProviderProps.getAutoScalingGroup()
The autoscaling group to add as a Capacity Provider.
|
IAutoScalingGroup |
AsgCapacityProviderProps.Jsii$Proxy.getAutoScalingGroup() |
| Modifier and Type | Method and Description |
|---|---|
ClusterAttributes.Builder |
ClusterAttributes.Builder.autoscalingGroup(IAutoScalingGroup autoscalingGroup)
Sets the value of
ClusterAttributes.getAutoscalingGroup() |
AsgCapacityProviderProps.Builder |
AsgCapacityProviderProps.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup)
Sets the value of
AsgCapacityProviderProps.getAutoScalingGroup() |
AsgCapacityProvider.Builder |
AsgCapacityProvider.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup)
The autoscaling group to add as a Capacity Provider.
|
Copyright © 2022. All rights reserved.