Show / Hide Table of Contents

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 Source

DagEdges

Declaration
public readonly ImmutableArray<GetScriptDagEdgeResult> DagEdges
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetScriptDagEdgeResult>
View Source

DagNodes

Declaration
public readonly ImmutableArray<GetScriptDagNodeResult> DagNodes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetScriptDagNodeResult>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Language

Declaration
public readonly string Language
Field Value
Type Description
System.String
View Source

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.