toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.glue.kotlin.inputs
/
GetScriptDagEdge
Get
Script
Dag
Edge
data
class
GetScriptDagEdge
(
val
source
:
String
,
val
target
:
String
,
val
targetParameter
:
String
?
=
null
)
:
ConvertibleToJava
<
GetScriptDagEdge
>
Members
Constructors
Get
Script
Dag
Edge
Link copied to clipboard
constructor
(
source
:
String
,
target
:
String
,
targetParameter
:
String
?
=
null
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetScriptDagEdge