Endpoint Configuration Data Capture Config Capture Content Type Header Args
data class EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs(val csvContentTypes: Output<List<String>>? = null, val jsonContentTypes: Output<List<String>>? = null) : ConvertibleToJava<EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs>
Constructors
Link copied to clipboard
fun EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs(csvContentTypes: Output<List<String>>? = null, jsonContentTypes: Output<List<String>>? = null)