DestinationConfigResponse

data class DestinationConfigResponse(val destinationConnectionProfileName: String, val gcsDestinationConfig: GcsDestinationConfigResponse)

The configuration of the stream destination.

Constructors

Link copied to clipboard
fun DestinationConfigResponse(destinationConnectionProfileName: String, gcsDestinationConfig: GcsDestinationConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Destination connection profile identifier.

Link copied to clipboard

GCS destination configuration.