Detector Datasources Args
data class DetectorDatasourcesArgs(val kubernetes: Output<DetectorDatasourcesKubernetesArgs>? = null, val malwareProtection: Output<DetectorDatasourcesMalwareProtectionArgs>? = null, val s3Logs: Output<DetectorDatasourcesS3LogsArgs>? = null) : ConvertibleToJava<DetectorDatasourcesArgs>
Constructors
Link copied to clipboard
fun DetectorDatasourcesArgs(kubernetes: Output<DetectorDatasourcesKubernetesArgs>? = null, malwareProtection: Output<DetectorDatasourcesMalwareProtectionArgs>? = null, s3Logs: Output<DetectorDatasourcesS3LogsArgs>? = null)
Functions
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.