Class GetScriptResult
Inheritance
System.Object
GetScriptResult
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 GetScriptResult
Fields
View SourceDagEdges
Declaration
public readonly ImmutableArray<GetScriptDagEdgeResult> DagEdges
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetScriptDagEdgeResult> |
DagNodes
Declaration
public readonly ImmutableArray<GetScriptDagNodeResult> DagNodes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetScriptDagNodeResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Language
Declaration
public readonly string Language
Field Value
| Type | Description |
|---|---|
| System.String |
PythonScript
The Python script generated from the DAG when the language argument is set to PYTHON.
Declaration
public readonly string PythonScript
Field Value
| Type | Description |
|---|---|
| System.String |
ScalaCode
The Scala code generated from the DAG when the language argument is set to SCALA.
Declaration
public readonly string ScalaCode
Field Value
| Type | Description |
|---|---|
| System.String |