Learn R Programming

paws.security.identity (version 0.1.8)

guardduty_describe_publishing_destination: Returns information about the publishing destination specified by the provided destinationId

Description

Returns information about the publishing destination specified by the provided destinationId.

Usage

guardduty_describe_publishing_destination(DetectorId, DestinationId)

Arguments

DetectorId

[required] The unique ID of the detector associated with the publishing destination to retrieve.

DestinationId

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

Request syntax

svc$describe_publishing_destination(
  DetectorId = "string",
  DestinationId = "string"
)