Scaling Plan Application Source Args
data class ScalingPlanApplicationSourceArgs(val cloudformationStackArn: Output<String>? = null, val tagFilters: Output<List<ScalingPlanApplicationSourceTagFilterArgs>>? = null) : ConvertibleToJava<ScalingPlanApplicationSourceArgs>
Constructors
Link copied to clipboard
constructor(cloudformationStackArn: Output<String>? = null, tagFilters: Output<List<ScalingPlanApplicationSourceTagFilterArgs>>? = null)