Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateWorkflowStepGroupRequest

import type { CreateWorkflowStepGroupRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface CreateWorkflowStepGroupRequest {
description?: string | null;
name: string;
next?: string[] | null;
previous?: string[] | null;
workflowId: string;
}

§Properties

§
description?: string | null
[src]

The description of the step group.

§
name: string
[src]

The name of the step group.

§
workflowId: string
[src]

The ID of the migration workflow that will contain the step group.