Class GetScriptArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetScriptArgs : InvokeArgs
Constructors
View SourceGetScriptArgs()
Declaration
public GetScriptArgs()
Properties
View SourceDagEdges
A list of the edges in the DAG. Defined below.
Declaration
public List<GetScriptDagEdgeArgs> DagEdges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetScriptDagEdgeArgs> |
DagNodes
A list of the nodes in the DAG. Defined below.
Declaration
public List<GetScriptDagNodeArgs> DagNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetScriptDagNodeArgs> |
Language
The programming language of the resulting code from the DAG. Defaults to PYTHON. Valid values are PYTHON and SCALA.
Declaration
public string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |