View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_put_delivery_destination | R Documentation |
Creates or updates a logical delivery destination. A delivery destination is an Amazon Web Services resource that represents an Amazon Web Services service that logs can be sent to. CloudWatch Logs, Amazon S3, and Firehose are supported as logs delivery destinations.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_delivery_destination/ for full documentation.
cloudwatchlogs_put_delivery_destination(
name,
outputFormat = NULL,
deliveryDestinationConfiguration,
tags = NULL
)
name |
[required] A name for this delivery destination. This name must be unique for all delivery destinations in your account. |
outputFormat |
The format for the logs that this delivery destination will receive. |
deliveryDestinationConfiguration |
[required] A structure that contains the ARN of the Amazon Web Services resource that will receive the logs. |
tags |
An optional list of key-value pairs to associate with the resource. For more information about tagging, see Tagging Amazon Web Services resources |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.