Uses of Interface
software.amazon.awscdk.services.autoscaling.IAutoScalingGroup
Packages that use IAutoScalingGroup
Package
Description
Amazon EC2 Auto Scaling Construct Library
AWS CodeDeploy Construct Library
Amazon ECS Construct Library
-
Uses of IAutoScalingGroup in software.amazon.awscdk.services.autoscaling
Subinterfaces of IAutoScalingGroup in software.amazon.awscdk.services.autoscalingModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAutoScalingGroup.Classes in software.amazon.awscdk.services.autoscaling that implement IAutoScalingGroupModifier and TypeClassDescriptionclassA Fleet represents a managed set of EC2 instances.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.autoscaling that return IAutoScalingGroupModifier and TypeMethodDescriptionstatic IAutoScalingGroupAutoScalingGroup.fromAutoScalingGroupName(software.constructs.Construct scope, String id, String autoScalingGroupName) LifecycleHookProps.getAutoScalingGroup()The AutoScalingGroup to add the lifecycle hook to.final IAutoScalingGroupLifecycleHookProps.Jsii$Proxy.getAutoScalingGroup()ScheduledActionProps.getAutoScalingGroup()The AutoScalingGroup to apply the scheduled actions to.final IAutoScalingGroupScheduledActionProps.Jsii$Proxy.getAutoScalingGroup()StepScalingActionProps.getAutoScalingGroup()The auto scaling group.final IAutoScalingGroupStepScalingActionProps.Jsii$Proxy.getAutoScalingGroup()StepScalingPolicyProps.getAutoScalingGroup()The auto scaling group.final IAutoScalingGroupStepScalingPolicyProps.Jsii$Proxy.getAutoScalingGroup()TargetTrackingScalingPolicyProps.getAutoScalingGroup()final IAutoScalingGroupTargetTrackingScalingPolicyProps.Jsii$Proxy.getAutoScalingGroup()WarmPoolProps.getAutoScalingGroup()The Auto Scaling group to add the warm pool to.final IAutoScalingGroupWarmPoolProps.Jsii$Proxy.getAutoScalingGroup()Methods in software.amazon.awscdk.services.autoscaling with parameters of type IAutoScalingGroupModifier and TypeMethodDescriptionLifecycleHook.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) The AutoScalingGroup to add the lifecycle hook to.LifecycleHookProps.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) Sets the value ofLifecycleHookProps.getAutoScalingGroup()ScheduledAction.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) The AutoScalingGroup to apply the scheduled actions to.ScheduledActionProps.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) Sets the value ofScheduledActionProps.getAutoScalingGroup()StepScalingAction.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) The auto scaling group.StepScalingActionProps.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) Sets the value ofStepScalingActionProps.getAutoScalingGroup()StepScalingPolicy.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) The auto scaling group.StepScalingPolicyProps.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) Sets the value ofStepScalingPolicyProps.getAutoScalingGroup()TargetTrackingScalingPolicy.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) TargetTrackingScalingPolicyProps.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) Sets the value ofTargetTrackingScalingPolicyProps.getAutoScalingGroup()WarmPool.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) The Auto Scaling group to add the warm pool to.WarmPoolProps.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) Sets the value ofWarmPoolProps.getAutoScalingGroup() -
Uses of IAutoScalingGroup in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return types with arguments of type IAutoScalingGroupModifier and TypeMethodDescriptiondefault List<IAutoScalingGroup>IServerDeploymentGroup.getAutoScalingGroups()default List<IAutoScalingGroup>IServerDeploymentGroup.Jsii$Default.getAutoScalingGroups()final List<IAutoScalingGroup>IServerDeploymentGroup.Jsii$Proxy.getAutoScalingGroups()ServerDeploymentGroup.getAutoScalingGroups()default List<IAutoScalingGroup>ServerDeploymentGroupProps.getAutoScalingGroups()The auto-scaling groups belonging to this Deployment Group.final List<IAutoScalingGroup>ServerDeploymentGroupProps.Jsii$Proxy.getAutoScalingGroups()Method parameters in software.amazon.awscdk.services.codedeploy with type arguments of type IAutoScalingGroupModifier and TypeMethodDescriptionServerDeploymentGroup.Builder.autoScalingGroups(List<? extends IAutoScalingGroup> autoScalingGroups) The auto-scaling groups belonging to this Deployment Group.ServerDeploymentGroupProps.Builder.autoScalingGroups(List<? extends IAutoScalingGroup> autoScalingGroups) Sets the value ofServerDeploymentGroupProps.getAutoScalingGroups() -
Uses of IAutoScalingGroup in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return IAutoScalingGroupModifier and TypeMethodDescriptionCluster.getAutoscalingGroup()Getter for autoscaling group added to cluster.default IAutoScalingGroupClusterAttributes.getAutoscalingGroup()Autoscaling group added to the cluster if capacity is added.final IAutoScalingGroupClusterAttributes.Jsii$Proxy.getAutoscalingGroup()default IAutoScalingGroupICluster.getAutoscalingGroup()The autoscaling group added to the cluster if capacity is associated to the cluster.default IAutoScalingGroupICluster.Jsii$Default.getAutoscalingGroup()The autoscaling group added to the cluster if capacity is associated to the cluster.final IAutoScalingGroupICluster.Jsii$Proxy.getAutoscalingGroup()The autoscaling group added to the cluster if capacity is associated to the cluster.AsgCapacityProviderProps.getAutoScalingGroup()The autoscaling group to add as a Capacity Provider.final IAutoScalingGroupAsgCapacityProviderProps.Jsii$Proxy.getAutoScalingGroup()Methods in software.amazon.awscdk.services.ecs with parameters of type IAutoScalingGroupModifier and TypeMethodDescriptionClusterAttributes.Builder.autoscalingGroup(IAutoScalingGroup autoscalingGroup) Sets the value ofClusterAttributes.getAutoscalingGroup()AsgCapacityProvider.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) The autoscaling group to add as a Capacity Provider.AsgCapacityProviderProps.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup) Sets the value ofAsgCapacityProviderProps.getAutoScalingGroup()