Show / Hide Table of Contents

Class GetScriptDagNodeArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetScriptDagNodeArgs
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 GetScriptDagNodeArgs : InvokeArgs

Constructors

View Source

GetScriptDagNodeArgs()

Declaration
public GetScriptDagNodeArgs()

Properties

View Source

Args

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>
View Source

Id

A node identifier that is unique within the node's graph.

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

LineNumber

The line number of the node.

Declaration
public int? LineNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

NodeType

The type of node this is.

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