Returns information about the publishing destination specified by the
provided destinationId
.
guardduty_describe_publishing_destination(DetectorId, DestinationId)
A list with the following syntax:
list(
DestinationId = "string",
DestinationType = "S3",
Status = "PENDING_VERIFICATION"|"PUBLISHING"|"UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY"|"STOPPED",
PublishingFailureStartTimestamp = 123,
DestinationProperties = list(
DestinationArn = "string",
KmsKeyArn = "string"
)
)
[required] The unique ID of the detector associated with the publishing destination to retrieve.
[required] The ID of the publishing destination to retrieve.
svc$describe_publishing_destination(
DetectorId = "string",
DestinationId = "string"
)