Show / Hide Table of Contents

Interface IWorkflowReference

A reference to a Workflow resource.

Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWorkflowReference
Syntax (vb)
Public Interface IWorkflowReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.Glue;

            var workflowReference = new WorkflowReference {
                WorkflowId = "workflowId"
            };

Synopsis

Properties

WorkflowId

The Id of the Workflow resource.

Properties

WorkflowId

The Id of the Workflow resource.

string WorkflowId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX