PostRendererArgs

data class PostRendererArgs(val args: Output<List<String>>? = null, val command: Output<String>) : ConvertibleToJava<PostRendererArgs>

Specification defining the post-renderer to use.

Constructors

Link copied to clipboard
constructor(args: Output<List<String>>? = null, command: Output<String>)

Properties

Link copied to clipboard
val args: Output<List<String>>? = null

Arguments to pass to the post-renderer command.

Link copied to clipboard
val command: Output<String>

Path to an executable to be used for post rendering.

Functions

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