Component Source Args
data class ComponentSourceArgs(val name: Output<String>? = null, val originalTransformOrCollection: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<ComponentSourceArgs>
Description of an interstitial value between transforms in an execution stage.
Constructors
Link copied to clipboard
fun ComponentSourceArgs(name: Output<String>? = null, originalTransformOrCollection: Output<String>? = null, userName: Output<String>? = null)