interface CfnWorkflowExecutionMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ImageBuilder.CfnWorkflowExecutionMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsimagebuilder#CfnWorkflowExecutionMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnWorkflowExecutionMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_imagebuilder.CfnWorkflowExecutionMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_imagebuilder » CfnWorkflowExecutionMixinProps |
Properties for CfnWorkflowExecutionPropsMixin.
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/cfn-property-mixins';
const cfnWorkflowExecutionMixinProps: imagebuilder.CfnWorkflowExecutionMixinProps = {
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