DetectorDatasources

data class DetectorDatasources(val kubernetes: DetectorDatasourcesKubernetes? = null, val malwareProtection: DetectorDatasourcesMalwareProtection? = null, val s3Logs: DetectorDatasourcesS3Logs? = null)

Constructors

Link copied to clipboard
fun DetectorDatasources(kubernetes: DetectorDatasourcesKubernetes? = null, malwareProtection: DetectorDatasourcesMalwareProtection? = null, s3Logs: DetectorDatasourcesS3Logs? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configures Kubernetes protection. See Kubernetes and Kubernetes Audit Logs below for more details.

Link copied to clipboard

Configures Malware Protection. See Malware Protection, Scan EC2 instance with findings and EBS volumes below for more details. The datasources block is deprecated since March 2023. Use the features block instead and map each datasources block to the corresponding features block.

Link copied to clipboard

Configures S3 protection. See S3 Logs below for more details.