interface AmazonManagedWorkflowAttributes
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.Alpha.AmazonManagedWorkflowAttributes |
Go | github.com/aws/aws-cdk-go/awsimagebuilderalpha/v2#AmazonManagedWorkflowAttributes |
Java | software.amazon.awscdk.services.imagebuilder.alpha.AmazonManagedWorkflowAttributes |
Python | aws_cdk.aws_imagebuilder_alpha.AmazonManagedWorkflowAttributes |
TypeScript (source) | @aws-cdk/aws-imagebuilder-alpha ยป AmazonManagedWorkflowAttributes |
Properties for an EC2 Image Builder Amazon-managed workflow.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as imagebuilder_alpha from '@aws-cdk/aws-imagebuilder-alpha';
const amazonManagedWorkflowAttributes: imagebuilder_alpha.AmazonManagedWorkflowAttributes = {
workflowName: 'workflowName',
workflowType: imagebuilder_alpha.WorkflowType.BUILD,
};
Properties
| Name | Type | Description |
|---|---|---|
| workflow | string | The name of the Amazon-managed workflow. |
| workflow | Workflow | The type of the Amazon-managed workflow. |
workflowName
Type:
string
The name of the Amazon-managed workflow.
workflowType
Type:
Workflow
The type of the Amazon-managed workflow.

.NET
Go
Java
Python
TypeScript (