Show / Hide Table of Contents

Class GetScriptDagEdgeArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetScriptDagEdgeArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetScriptDagEdgeArgs : InvokeArgs

Constructors

View Source

GetScriptDagEdgeArgs()

Declaration
public GetScriptDagEdgeArgs()

Properties

View Source

Source

The ID of the node at which the edge starts.

Declaration
public string Source { get; set; }
Property Value
Type Description
System.String
View Source

Target

The ID of the node at which the edge ends.

Declaration
public string Target { get; set; }
Property Value
Type Description
System.String
View Source

TargetParameter

The target of the edge.

Declaration
public string TargetParameter { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.