Package-level declarations

Types

Link copied to clipboard
class Detector : KotlinCustomResource

Resource Type definition for AWS::GuardDuty::Detector

Link copied to clipboard
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

Link copied to clipboard
Link copied to clipboard
object DetectorMapper : ResourceMapper<Detector>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun detector(name: String, block: suspend DetectorResourceBuilder.() -> Unit): Detector