Endpoint Configuration Data Capture Config Args
data class EndpointConfigurationDataCaptureConfigArgs(val captureContentTypeHeader: Output<EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs>? = null, val captureOptions: Output<List<EndpointConfigurationDataCaptureConfigCaptureOptionArgs>>, val destinationS3Uri: Output<String>, val enableCapture: Output<Boolean>? = null, val initialSamplingPercentage: Output<Int>, val kmsKeyId: Output<String>? = null) : ConvertibleToJava<EndpointConfigurationDataCaptureConfigArgs>
Constructors
Link copied to clipboard
constructor(captureContentTypeHeader: Output<EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs>? = null, captureOptions: Output<List<EndpointConfigurationDataCaptureConfigCaptureOptionArgs>>, destinationS3Uri: Output<String>, enableCapture: Output<Boolean>? = null, initialSamplingPercentage: Output<Int>, kmsKeyId: Output<String>? = null)
Properties
Link copied to clipboard
val captureContentTypeHeader: Output<EndpointConfigurationDataCaptureConfigCaptureContentTypeHeaderArgs>? = null
The content type headers to capture. See capture_content_type_header
below.
Link copied to clipboard
Specifies what data to capture. Fields are documented below.
Link copied to clipboard
The URL for S3 location where the captured data is stored.
Link copied to clipboard
Flag to enable data capture. Defaults to false
.
Link copied to clipboard
Portion of data to capture. Should be between 0 and 100.