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
Link copied to clipboard
Link copied to clipboard

Functions

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