Autoscaling Functions
object AutoscalingFunctions
Functions
Link copied to clipboard
Resource Type definition for AWS::AutoScaling::AutoScalingGroup
suspend fun getAutoScalingGroup(argument: suspend GetAutoScalingGroupPlainArgsBuilder.() -> Unit): GetAutoScalingGroupResult
Link copied to clipboard
Resource Type definition for AWS::AutoScaling::LifecycleHook
suspend fun getLifecycleHook(argument: suspend GetLifecycleHookPlainArgsBuilder.() -> Unit): GetLifecycleHookResult
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.
suspend fun getScalingPolicy(argument: suspend GetScalingPolicyPlainArgsBuilder.() -> Unit): GetScalingPolicyResult
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(argument: suspend GetScheduledActionPlainArgsBuilder.() -> Unit): GetScheduledActionResult
suspend fun getScheduledAction(autoScalingGroupName: String, scheduledActionName: String): GetScheduledActionResult
Link copied to clipboard
Resource schema for AWS::AutoScaling::WarmPool.
suspend fun getWarmPool(argument: suspend GetWarmPoolPlainArgsBuilder.() -> Unit): GetWarmPoolResult