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
This is a feature under development. We will allow GCS sink support for GCP Namespaces. 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.