Pre Build Step Args
data class PreBuildStepArgs(val description: Output<String>? = null, val httpGet: Output<HttpGetArgs>? = null, val scripts: Output<List<String>>? = null) : ConvertibleToJava<PreBuildStepArgs>
Model representing a pre-build step.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, httpGet: Output<HttpGetArgs>? = null, scripts: Output<List<String>>? = null)