interface AwsManagedWorkflowAttributes
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.Alpha.AwsManagedWorkflowAttributes |
Go | github.com/aws/aws-cdk-go/awsimagebuilderalpha/v2#AwsManagedWorkflowAttributes |
Java | software.amazon.awscdk.services.imagebuilder.alpha.AwsManagedWorkflowAttributes |
Python | aws_cdk.aws_imagebuilder_alpha.AwsManagedWorkflowAttributes |
TypeScript (source) | @aws-cdk/aws-imagebuilder-alpha ยป AwsManagedWorkflowAttributes |
Properties for an EC2 Image Builder AWS-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 awsManagedWorkflowAttributes: imagebuilder_alpha.AwsManagedWorkflowAttributes = {
workflowName: 'workflowName',
workflowType: imagebuilder_alpha.WorkflowType.BUILD,
};
Properties
| Name | Type | Description |
|---|---|---|
| workflow | string | The name of the AWS-managed workflow. |
| workflow | Workflow | The type of the AWS-managed workflow. |
workflowName
Type:
string
The name of the AWS-managed workflow.
workflowType
Type:
Workflow
The type of the AWS-managed workflow.

.NET
Go
Java
Python
TypeScript (