pulumi-aws-kotlin
5.42.0.1
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
)
Types
Constructors
Properties
Constructors
Get
Script
Dag
Edge
Link copied to clipboard
fun
GetScriptDagEdge
(
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.