EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs

data class EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs(val csvContentTypes: Output<List<String>>? = null, val jsonContentTypes: Output<List<String>>? = null) : ConvertibleToJava<EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs>

Constructors

fun EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs(csvContentTypes: Output<List<String>>? = null, jsonContentTypes: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs

Properties

Link copied to clipboard
val csvContentTypes: Output<List<String>>? = null

The CSV content type headers to capture.

Link copied to clipboard
val jsonContentTypes: Output<List<String>>? = null

The JSON content type headers to capture.