Uses of Interface
software.amazon.awscdk.services.glue.IWorkflow
Packages that use IWorkflow
-
Uses of IWorkflow in software.amazon.awscdk.services.glue
Subinterfaces of IWorkflow in software.amazon.awscdk.services.glueModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIWorkflow.Classes in software.amazon.awscdk.services.glue that implement IWorkflowModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classThis module defines a construct for creating and managing AWS Glue Workflows and Triggers.classBase abstract class for Workflow.Methods in software.amazon.awscdk.services.glue that return IWorkflowModifier and TypeMethodDescriptionstatic IWorkflowWorkflow.fromWorkflowArn(software.constructs.Construct scope, String id, String workflowArn) Import a workflow from its name.static IWorkflowWorkflow.fromWorkflowAttributes(software.constructs.Construct scope, String id, WorkflowAttributes attrs) Import an existing workflow.static IWorkflowWorkflow.fromWorkflowName(software.constructs.Construct scope, String id, String workflowName) Import a workflow from its name.