Job Step Action Args
data class JobStepActionArgs(val source: Output<Either<String, JobStepActionSource>>? = null, val type: Output<Either<String, JobStepActionType>>? = null, val value: Output<String>) : ConvertibleToJava<JobStepActionArgs>
The action to be executed by a job step.
Constructors
Link copied to clipboard
constructor(source: Output<Either<String, JobStepActionSource>>? = null, type: Output<Either<String, JobStepActionType>>? = null, value: Output<String>)