Update Publishing Destination
guardduty_update_publishing_destination | R Documentation |
Updates information about the publishing destination specified by the destinationId¶
Description¶
Updates information about the publishing destination specified by the
destinationId
.
Usage¶
Arguments¶
DetectorId
[required] The ID of the detector associated with the publishing destinations to update.
To find the
detectorId
in the current Region, see the Settings page in the GuardDuty console, or run thelist_detectors
API.DestinationId
[required] The ID of the publishing destination to update.
DestinationProperties
A
DestinationProperties
object that includes theDestinationArn
andKmsKeyArn
of the publishing destination.
Value¶
An empty list.