guardduty_update_publishing_destination {paws.security.identity}R Documentation

Updates information about the publishing destination specified by the destinationId

Description

Updates 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.

DestinationId

[required] The ID of the publishing destination to update.

DestinationProperties

A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.


[Package paws.security.identity version 0.6.1 Index]