Creates a publishing destination where you can export your GuardDuty findings. Before you start exporting the findings, the destination resource must exist.
See https://www.paws-r-sdk.com/docs/guardduty_create_publishing_destination/ for full documentation.
guardduty_create_publishing_destination(
DetectorId,
DestinationType,
DestinationProperties,
ClientToken = NULL
)
[required] 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
list_detectors
API.
[required] The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.
[required] The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.
The idempotency token for the request.