toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.glue.kotlin.outputs
/
GetScriptDagEdge
Get
Script
Dag
Edge
data
class
GetScriptDagEdge
(
val
source
:
String
,
val
target
:
String
,
val
targetParameter
:
String
?
=
null
)
Members
Constructors
Get
Script
Dag
Edge
Link copied to clipboard
constructor
(
source
:
String
,
target
:
String
,
targetParameter
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
source
Link copied to clipboard
val
source
:
String
ID of the node at which the edge starts.
target
Link copied to clipboard
val
target
:
String
ID of the node at which the edge ends.
target
Parameter
Link copied to clipboard
val
targetParameter
:
String
?
=
null
Target of the edge.