interface WorkflowStepExecutionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ImageBuilder.WorkflowStepExecutionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsimagebuilder#WorkflowStepExecutionReference |
Java | software.amazon.awscdk.interfaces.imagebuilder.WorkflowStepExecutionReference |
Python | aws_cdk.interfaces.aws_imagebuilder.WorkflowStepExecutionReference |
TypeScript | aws-cdk-lib » interfaces » aws_imagebuilder » WorkflowStepExecutionReference |
A reference to a WorkflowStepExecution 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 workflowStepExecutionReference: interfaces_imagebuilder.WorkflowStepExecutionReference = {
stepExecutionId: 'stepExecutionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| step | string | The StepExecutionId of the WorkflowStepExecution resource. |
stepExecutionId
Type:
string
The StepExecutionId of the WorkflowStepExecution resource.

.NET
Go
Java
Python
TypeScript