AutoscalingFunctions

Functions

Link copied to clipboard

The `AWS::AutoScaling::AutoScalingGroup` resource defines an Amazon EC2 Auto Scaling group, which is a collection of Amazon EC2 instances that are treated as a logical grouping for the purposes of automatic scaling and management. For more information about Amazon EC2 Auto Scaling, see the Amazon EC2 Auto Scaling User Guide. Amazon EC2 Auto Scaling configures instances launched as part of an Auto Scaling group using either a launch template or a launch configuration. We strongly recommend that you do not use launch configurations. For more information, see Launch configurations in the Amazon EC2 Auto Scaling User Guide. For help migrating from launch configurations to launch templates, see Migrate CloudFormation stacks from launch configurations to launch templates in the Amazon EC2 Auto Scaling User Guide.

suspend fun getAutoScalingGroup(autoScalingGroupName: String): GetAutoScalingGroupResult
Link copied to clipboard

Resource Type definition for AWS::AutoScaling::LifecycleHook

suspend fun getLifecycleHook(autoScalingGroupName: String, lifecycleHookName: String): GetLifecycleHookResult
Link copied to clipboard

The AWS::AutoScaling::ScalingPolicy resource specifies an Amazon EC2 Auto Scaling scaling policy so that the Auto Scaling group can scale the number of instances available for your application.

Link copied to clipboard

The AWS::AutoScaling::ScheduledAction resource specifies an Amazon EC2 Auto Scaling scheduled action so that the Auto Scaling group can change the number of instances available for your application in response to predictable load changes.

suspend fun getScheduledAction(autoScalingGroupName: String, scheduledActionName: String): GetScheduledActionResult
Link copied to clipboard

Resource schema for AWS::AutoScaling::WarmPool.

suspend fun getWarmPool(autoScalingGroupName: String): GetWarmPoolResult
suspend fun getWarmPool(argument: suspend GetWarmPoolPlainArgsBuilder.() -> Unit): GetWarmPoolResult