Job Input Asset Args
data class JobInputAssetArgs(val label: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<JobInputAssetArgs>
Properties
Link copied to clipboard
A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'. Changing this forces a new resource to be created.