GraphParameterArgs

data class GraphParameterArgs(val description: Output<String>? = null, val links: Output<List<GraphParameterLinkArgs>>, val type: Output<Either<String, ParameterType>>) : ConvertibleToJava<GraphParameterArgs>

Defines a global parameter in the graph.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, links: Output<List<GraphParameterLinkArgs>>, type: Output<Either<String, ParameterType>>)

Properties

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

Description of this graph parameter.

Link copied to clipboard

Association links for this parameter to nodes in the graph.

Link copied to clipboard
val type: Output<Either<String, ParameterType>>

Graph parameter's type.

Functions

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