Package-level declarations

Types

Link copied to clipboard
class ScalingPlan : KotlinCustomResource

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
Link copied to clipboard
object ScalingPlanMapper : ResourceMapper<ScalingPlan>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun scalingPlan(name: String, block: suspend ScalingPlanResourceBuilder.() -> Unit): ScalingPlan