Show / Hide Table of Contents

Class GetScriptArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetScriptArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetScriptArgs : InvokeArgs

Constructors

View Source

GetScriptArgs()

Declaration
public GetScriptArgs()

Properties

View Source

DagEdges

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

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

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