Detector Args
data class DetectorArgs(val dataSources: Output<DetectorCfnDataSourceConfigurationsArgs>? = null, val enable: Output<Boolean>? = null, val features: Output<List<DetectorCfnFeatureConfigurationArgs>>? = null, val findingPublishingFrequency: Output<String>? = null, val tags: Output<List<DetectorTagItemArgs>>? = null) : ConvertibleToJava<DetectorArgs>
Resource Type definition for AWS::GuardDuty::Detector
Constructors
Link copied to clipboard
fun DetectorArgs(dataSources: Output<DetectorCfnDataSourceConfigurationsArgs>? = null, enable: Output<Boolean>? = null, features: Output<List<DetectorCfnFeatureConfigurationArgs>>? = null, findingPublishingFrequency: Output<String>? = null, tags: Output<List<DetectorTagItemArgs>>? = null)