Runbook Parameter Args
data class RunbookParameterArgs(val defaultValue: Output<String>? = null, val isMandatory: Output<Boolean>? = null, val position: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<RunbookParameterArgs>
Definition of the runbook parameter type.