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) -
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()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.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()