Updates information about the publishing destination specified by the destinationId
Source:R/guardduty_operations.R
guardduty_update_publishing_destination.RdUpdates information about the publishing destination specified by the destinationId.
See https://www.paws-r-sdk.com/docs/guardduty_update_publishing_destination/ for full documentation.
Usage
guardduty_update_publishing_destination(
DetectorId,
DestinationId,
DestinationProperties = NULL
)Arguments
- DetectorId
[required] The ID of the detector associated with the publishing destinations to update.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run thelist_detectorsAPI.- DestinationId
[required] The ID of the publishing destination to update.
- DestinationProperties
A
DestinationPropertiesobject that includes theDestinationArnandKmsKeyArnof the publishing destination.