Graph Node Args
data class GraphNodeArgs(val assetId: Output<String>? = null, val inputId: Output<String>? = null, val outputId: Output<String>? = null, val parameters: Output<Map<String, WebServiceParameterArgs>>? = null) : ConvertibleToJava<GraphNodeArgs>
Specifies a node in the web service graph. The node can either be an input, output or asset node, so only one of the corresponding id properties is populated at any given time.