Logo
Type aliases

DataSinkDefinition

DataSinkDefinition = object

Defined in: packages/cloud/src/client/types.gen.ts:1575

Schema for a data sink definition.

Properties

label

label: string

Defined in: packages/cloud/src/client/types.gen.ts:1579

The label field will be used to display the name of the component in the UI


json_schema

json_schema: object

Defined in: packages/cloud/src/client/types.gen.ts:1583

The json_schema field can be used by clients to determine how to construct the component

Index Signature

[key: string]: unknown


sink_type

sink_type: ConfigurableDataSinkNames

Defined in: packages/cloud/src/client/types.gen.ts:1589

The name field will act as the unique identifier of DataSinkDefinition objects

On this page