Skip to main content

Interface: IExportSinkSpec

namespace.v1.IExportSinkSpec

Properties of an ExportSinkSpec.

Hierarchy

Properties

enabled

Optional enabled: null | boolean

A flag indicating whether the export sink is enabled or not.

Inherited from

$Properties.enabled


gcs

Optional gcs: null | $Properties

This is a feature under development. We will allow GCS sink support for GCP Namespaces. The GCS configuration details when destination_type is GCS.

Inherited from

$Properties.gcs


name

Optional name: null | string

The unique name of the export sink, it can't be changed once set.

Inherited from

$Properties.name


s3

Optional s3: null | $Properties

The S3 configuration details when destination_type is S3.

Inherited from

$Properties.s3