Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
41 lines (22 loc) · 1.17 KB

File metadata and controls

41 lines (22 loc) · 1.17 KB

LaunchDarklyApi.Destination

Properties

Name Type Description Notes
id String The ID of this Data Export destination [optional]
links {String: Link} The location and content type of related resources [optional]
name String A human-readable name for your Data Export destination [optional]
kind String The type of Data Export destination [optional]
version Number [optional]
config Object An object with the configuration parameters required for the destination type [optional]
on Boolean Whether the export is on, that is, the status of the integration [optional]
access Access [optional]

Enum: KindEnum

  • google-pubsub (value: "google-pubsub")

  • kinesis (value: "kinesis")

  • mparticle (value: "mparticle")

  • segment (value: "segment")

  • azure-event-hubs (value: "azure-event-hubs")

  • snowflake-v2 (value: "snowflake-v2")

  • databricks (value: "databricks")

  • bigquery (value: "bigquery")

  • redshift (value: "redshift")