PlanStageArgs

data class PlanStageArgs(val durationInMinutes: Output<Int>, val targets: Output<List<PlanStageTargetArgs>>? = null) : ConvertibleToJava<PlanStageArgs>

Constructors

Link copied to clipboard
constructor(durationInMinutes: Output<Int>, targets: Output<List<PlanStageTargetArgs>>? = null)

Properties

Link copied to clipboard
val durationInMinutes: Output<Int>
Link copied to clipboard
val targets: Output<List<PlanStageTargetArgs>>? = null

Functions

Link copied to clipboard
open override fun toJava(): PlanStageArgs