capture Content Type Header
suspend fun captureContentTypeHeader(value: Output<EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs>)
suspend fun captureContentTypeHeader(value: EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs?)
Parameters
value
The content type headers to capture. See capture_content_type_header
below.
suspend fun captureContentTypeHeader(argument: suspend EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgsBuilder.() -> Unit)
Parameters
argument
The content type headers to capture. See capture_content_type_header
below.