EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs

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

Constructors

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

Properties

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

The CSV content type headers to capture. One of csv_content_types or json_content_types is required.

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

The JSON content type headers to capture. One of json_content_types or csv_content_types is required.

Functions

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