Creates a publishing destination to export findings to. The resource to export findings to must exist before you use this operation.
guardduty_create_publishing_destination(DetectorId, DestinationType,
DestinationProperties, ClientToken)
[required] The ID of the GuardDuty detector associated with the publishing destination.
[required] The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.
[required] The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.
The idempotency token for the request.
A list with the following syntax:
list( DestinationId = "string" )
svc$create_publishing_destination( DetectorId = "string", DestinationType = "S3", DestinationProperties = list( DestinationArn = "string", KmsKeyArn = "string" ), ClientToken = "string" )