Interface: IExportSinkSpec
Properties of an ExportSinkSpec.
Hierarchy
-
↳
IExportSinkSpec
Properties
enabled
• Optional enabled: null | boolean
A flag indicating whether the export sink is enabled or not.
Inherited from
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
name
• Optional name: null | string
The unique name of the export sink, it can't be changed once set.
Inherited from
s3
• Optional s3: null | $Properties
The S3 configuration details when destination_type is S3.