Interface: IExportSinkSpec
Properties of an ExportSinkSpec.
Implemented by
Properties
enabled
• Optional enabled: null | boolean
A flag indicating whether the export sink is enabled or not.
gcs
• Optional gcs: null | IGCSSpec
The GCS configuration details when destination_type is GCS.
name
• Optional name: null | string
The unique name of the export sink, it can't be changed once set.
s3
• Optional s3: null | IS3Spec
The S3 configuration details when destination_type is S3.