guardduty_create_publishing_destination: Creates a publishing destination to export findings to

View source: R/guardduty_operations.R

guardduty_create_publishing_destinationR Documentation

Creates a publishing destination to export findings to

Description

Creates a publishing destination to export findings to. The resource to export findings to must exist before you use this operation.

See https://www.paws-r-sdk.com/docs/guardduty_create_publishing_destination/ for full documentation.

Usage

guardduty_create_publishing_destination(
  DetectorId,
  DestinationType,
  DestinationProperties,
  ClientToken = NULL
)

Arguments

DetectorId

[required] The ID of the GuardDuty detector associated with the publishing destination.

DestinationType

[required] The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.

DestinationProperties

[required] The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.

ClientToken

The idempotency token for the request.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.