interface WorkflowDefinitionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.NovaAct.WorkflowDefinitionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsnovaact#WorkflowDefinitionReference |
Java | software.amazon.awscdk.interfaces.novaact.WorkflowDefinitionReference |
Python | aws_cdk.interfaces.aws_novaact.WorkflowDefinitionReference |
TypeScript | aws-cdk-lib » interfaces » aws_novaact » WorkflowDefinitionReference |
A reference to a WorkflowDefinition resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_novaact as interfaces_novaact } from 'aws-cdk-lib/interfaces';
const workflowDefinitionReference: interfaces_novaact.WorkflowDefinitionReference = {
workflowDefinitionArn: 'workflowDefinitionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| workflow | string | The Arn of the WorkflowDefinition resource. |
workflowDefinitionArn
Type:
string
The Arn of the WorkflowDefinition resource.

.NET
Go
Java
Python
TypeScript