DetectorDatasources

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

Constructors

Link copied to clipboard
constructor(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.

Link copied to clipboard

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