Show / Hide Table of Contents

Class WorkflowDefinitionReference

A reference to a WorkflowDefinition resource.

Inheritance
object
WorkflowDefinitionReference
Implements
IWorkflowDefinitionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.NovaAct
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WorkflowDefinitionReference : IWorkflowDefinitionReference
Syntax (vb)
Public Class WorkflowDefinitionReference Implements IWorkflowDefinitionReference
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.Interfaces.NovaAct;

            var workflowDefinitionReference = new WorkflowDefinitionReference {
                WorkflowDefinitionArn = "workflowDefinitionArn"
            };

Synopsis

Constructors

WorkflowDefinitionReference()

A reference to a WorkflowDefinition resource.

Properties

WorkflowDefinitionArn

The Arn of the WorkflowDefinition resource.

Constructors

WorkflowDefinitionReference()

A reference to a WorkflowDefinition resource.

public WorkflowDefinitionReference()
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.Interfaces.NovaAct;

            var workflowDefinitionReference = new WorkflowDefinitionReference {
                WorkflowDefinitionArn = "workflowDefinitionArn"
            };

Properties

WorkflowDefinitionArn

The Arn of the WorkflowDefinition resource.

public string WorkflowDefinitionArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IWorkflowDefinitionReference
Back to top Generated by DocFX