Detector Cfn Data Source Configurations Args
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)