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

PipelineObject

import type { PipelineObject } from "https://aws-api.deno.dev/v0.3/services/datapipeline.ts?docs=full";

Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.

interface PipelineObject {
fields: Field[];
id: string;
name: string;
}

§Properties

§
fields: Field[]
[src]

Key-value pairs that define the properties of the object.

§
id: string
[src]

The ID of the object.

§
name: string
[src]

The name of the object.