Class GetScriptDagNodeArgs
Inherited Members
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 GetScriptDagNodeArgs : InvokeArgs
Constructors
View SourceGetScriptDagNodeArgs()
Declaration
public GetScriptDagNodeArgs()
Properties
View SourceArgs
Nested configuration an argument or property of a node. Defined below.
Declaration
public List<GetScriptDagNodeArgArgs> Args { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetScriptDagNodeArgArgs> |
Id
A node identifier that is unique within the node's graph.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LineNumber
The line number of the node.
Declaration
public int? LineNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
NodeType
The type of node this is.
Declaration
public string NodeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |