interface CfnWorkflowExecutionProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.CfnWorkflowExecutionProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnWorkflowExecutionProps |
Java | software.amazon.awscdk.services.imagebuilder.CfnWorkflowExecutionProps |
Python | aws_cdk.aws_imagebuilder.CfnWorkflowExecutionProps |
TypeScript | aws-cdk-lib » aws_imagebuilder » CfnWorkflowExecutionProps |
Properties for defining a CfnWorkflowExecution.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_imagebuilder as imagebuilder } from 'aws-cdk-lib';
const cfnWorkflowExecutionProps: imagebuilder.CfnWorkflowExecutionProps = {
imageBuildVersionArn: 'imageBuildVersionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| image | string | The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created. |
imageBuildVersionArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.

.NET
Go
Java
Python
TypeScript