Class WorkflowDefinitionReference
A reference to a WorkflowDefinition resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated