Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.IWorkflow
Packages that use IWorkflow
Package
Description
EC2 Image Builder Construct Library
-
Uses of IWorkflow in software.amazon.awscdk.services.imagebuilder.alpha
Subinterfaces of IWorkflow in software.amazon.awscdk.services.imagebuilder.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIWorkflow.Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement IWorkflowModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Represents an EC2 Image Builder Workflow.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return IWorkflowModifier and TypeMethodDescriptionstatic IWorkflowAwsManagedWorkflow.buildContainer(software.constructs.Construct scope, String id) (experimental) Imports the build-container AWS-managed workflow.static IWorkflowAwsManagedWorkflow.buildImage(software.constructs.Construct scope, String id) (experimental) Imports the build-image AWS-managed workflow.static IWorkflowAwsManagedWorkflow.distributeContainer(software.constructs.Construct scope, String id) (experimental) Imports the distribute-container AWS-managed workflow.static IWorkflowAwsManagedWorkflow.fromAwsManagedWorkflowAttributes(software.constructs.Construct scope, String id, AwsManagedWorkflowAttributes attrs) (experimental) Imports an AWS-managed workflow from its attributes.static IWorkflowWorkflow.fromWorkflowArn(software.constructs.Construct scope, String id, String workflowArn) (experimental) Import an existing workflow given its ARN.static IWorkflowWorkflow.fromWorkflowAttributes(software.constructs.Construct scope, String id, WorkflowAttributes attrs) (experimental) Import an existing workflow by providing its attributes.WorkflowConfiguration.getWorkflow()(experimental) The workflow to execute in the image build.final IWorkflowWorkflowConfiguration.Jsii$Proxy.getWorkflow()static IWorkflowAwsManagedWorkflow.testContainer(software.constructs.Construct scope, String id) (experimental) Imports the test-container AWS-managed workflow.static IWorkflow(experimental) Imports the test-image AWS-managed workflow.Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type IWorkflow