Values.AwsGuardDutyDetectorDetailsSourceProvides details about an Amazon GuardDuty detector. A detector is an object that represents the GuardDuty service. A detector is required for GuardDuty to become operational.
type nonrec t = {dataSources : AwsGuardDutyDetectorDataSourcesDetails.t option;Describes which data sources are activated for the detector.
*)features : AwsGuardDutyDetectorFeaturesList.t option;Describes which features are activated for the detector.
*)findingPublishingFrequency : NonEmptyString.t option;The publishing frequency of the finding.
*)serviceRole : NonEmptyString.t option;The GuardDuty service role.
*)status : NonEmptyString.t option;The activation status of the detector.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ])
list ])
list ])
list ]