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¶
guardduty_update_publishing_destination(DetectorId, DestinationId,
DestinationProperties)
Arguments¶
DetectorId |
[required] The ID of the detector associated with the publishing destinations to update. To find the |
DestinationId |
[required] The ID of the publishing destination to update. |
DestinationProperties |
A |
Value¶
An empty list.
Request syntax¶
svc$update_publishing_destination(
DetectorId = "string",
DestinationId = "string",
DestinationProperties = list(
DestinationArn = "string",
KmsKeyArn = "string"
)
)