DetectorCfnDataSourceConfigurationsArgs

data class DetectorCfnDataSourceConfigurationsArgs(val kubernetes: Output<DetectorCfnKubernetesConfigurationArgs>? = null, val malwareProtection: Output<DetectorCfnMalwareProtectionConfigurationArgs>? = null, val s3Logs: Output<DetectorCfns3LogsConfigurationArgs>? = null) : ConvertibleToJava<DetectorCfnDataSourceConfigurationsArgs>

Constructors

Link copied to clipboard
constructor(kubernetes: Output<DetectorCfnKubernetesConfigurationArgs>? = null, malwareProtection: Output<DetectorCfnMalwareProtectionConfigurationArgs>? = null, s3Logs: Output<DetectorCfns3LogsConfigurationArgs>? = null)

Properties

Link copied to clipboard

Describes which Kubernetes data sources are enabled for a detector.

Link copied to clipboard

Describes whether Malware Protection will be enabled as a data source.

Link copied to clipboard

Describes whether S3 data event logs are enabled as a data source.

Functions

Link copied to clipboard
open override fun toJava(): DetectorCfnDataSourceConfigurationsArgs