Package-level declarations
Types
Link copied to clipboard
Manages an AWS Auto Scaling scaling plan. More information can be found in the AWS Auto Scaling User Guide.
Link copied to clipboard
data class ScalingPlanArgs(val applicationSource: Output<ScalingPlanApplicationSourceArgs>? = null, val name: Output<String>? = null, val scalingInstructions: Output<List<ScalingPlanScalingInstructionArgs>>? = null) : ConvertibleToJava<ScalingPlanArgs>
Manages an AWS Auto Scaling scaling plan. More information can be found in the AWS Auto Scaling User Guide.
Link copied to clipboard
class ScalingPlanArgsBuilder
Builder for ScalingPlanArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ScalingPlan.
Functions
Link copied to clipboard
suspend fun scalingPlan(name: String, block: suspend ScalingPlanResourceBuilder.() -> Unit): ScalingPlan