Updates information about the publishing destination specified by the
destinationId
.
guardduty_update_publishing_destination(DetectorId, DestinationId,
DestinationProperties)
An empty list.
[required] The ID of the detector associated with the publishing destinations to update.
[required] The ID of the publishing destination to update.
A DestinationProperties
object that includes the DestinationArn
and
KmsKeyArn
of the publishing destination.
svc$update_publishing_destination(
DetectorId = "string",
DestinationId = "string",
DestinationProperties = list(
DestinationArn = "string",
KmsKeyArn = "string"
)
)