Detector Cfn Data Source Configurations
data class DetectorCfnDataSourceConfigurations(val kubernetes: DetectorCfnKubernetesConfiguration? = null, val malwareProtection: DetectorCfnMalwareProtectionConfiguration? = null, val s3Logs: DetectorCfns3LogsConfiguration? = null)
Constructors
Link copied to clipboard
constructor(kubernetes: DetectorCfnKubernetesConfiguration? = null, malwareProtection: DetectorCfnMalwareProtectionConfiguration? = null, s3Logs: DetectorCfns3LogsConfiguration? = null)