GetDetectorResult

data class GetDetectorResult(val dataSources: DetectorCfnDataSourceConfigurations? = null, val enable: Boolean? = null, val features: List<DetectorCfnFeatureConfiguration>? = null, val findingPublishingFrequency: String? = null, val id: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(dataSources: DetectorCfnDataSourceConfigurations? = null, enable: Boolean? = null, features: List<DetectorCfnFeatureConfiguration>? = null, findingPublishingFrequency: String? = null, id: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes which data sources will be enabled for the detector.

Link copied to clipboard
val enable: Boolean? = null

Specifies whether the detector is to be enabled on creation.

Link copied to clipboard

A list of features that will be configured for the detector.

Link copied to clipboard

Specifies how frequently updated findings are exported.

Link copied to clipboard
val id: String? = null

The unique ID of the detector.

Link copied to clipboard
val tags: List<Tag>? = null

Specifies tags added to a new detector resource. Each tag consists of a key and an optional value, both of which you define. Currently, support is available only for creating and deleting a tag. No support exists for updating the tags. For more information, see Tag .