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.