GetDetectorResult

data class GetDetectorResult(val features: List<GetDetectorFeature>, val findingPublishingFrequency: String, val id: String, val serviceRoleArn: String, val status: String)

A collection of values returned by getDetector.

Constructors

Link copied to clipboard
constructor(features: List<GetDetectorFeature>, findingPublishingFrequency: String, id: String, serviceRoleArn: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Current configuration of the detector features.

Link copied to clipboard

The frequency of notifications sent about subsequent finding occurrences.

Link copied to clipboard
val id: String
Link copied to clipboard

Service-linked role that grants GuardDuty access to the resources in the AWS account.

Link copied to clipboard

Current status of the detector.