Class WorkflowArgs
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 WorkflowArgs : ResourceArgs
Constructors
View SourceWorkflowArgs()
Declaration
public WorkflowArgs()
Properties
View SourceDefaultRunProperties
A map of default run properties for this workflow. These properties are passed to all jobs associated to the workflow.
Declaration
public InputMap<object> DefaultRunProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Description
Description of the workflow.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name you assign to this workflow.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |