Uses of Interface
software.amazon.awscdk.services.autoscaling.IAutoScalingGroup
-
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()