DetectorArgs

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)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val enable: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val findingPublishingFrequency: Output<String>? = null
Link copied to clipboard
val tags: Output<List<DetectorTagItemArgs>>? = null