interface WorkflowExecutionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ImageBuilder.WorkflowExecutionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsimagebuilder#WorkflowExecutionReference |
Java | software.amazon.awscdk.interfaces.imagebuilder.WorkflowExecutionReference |
Python | aws_cdk.interfaces.aws_imagebuilder.WorkflowExecutionReference |
TypeScript | aws-cdk-lib » interfaces » aws_imagebuilder » WorkflowExecutionReference |
A reference to a WorkflowExecution resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_imagebuilder as interfaces_imagebuilder } from 'aws-cdk-lib/interfaces';
const workflowExecutionReference: interfaces_imagebuilder.WorkflowExecutionReference = {
workflowExecutionArn: 'workflowExecutionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| workflow | string | The Arn of the WorkflowExecution resource. |
workflowExecutionArn
Type:
string
The Arn of the WorkflowExecution resource.

.NET
Go
Java
Python
TypeScript