Values.CreatePublishingDestinationRequestSourceCreates a publishing destination where you can export your GuardDuty findings. Before you start exporting the findings, the destination resource must exist.
type nonrec t = {detectorId : DetectorId.t;The ID of the GuardDuty detector associated with the publishing destination. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)destinationType : DestinationType.t;The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.
*)destinationProperties : DestinationProperties.t;The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.
*)clientToken : ClientToken.t option;The idempotency token for the request.
*)}val make :
?clientToken:??? ->
?tags:??? ->
detectorId:DetectorId.t ->
destinationType:DestinationType.t ->
destinationProperties:DestinationProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of DetectorId.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]