View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_put_delivery_source | R Documentation |
Creates or updates a logical delivery source. A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Firehose.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_delivery_source/ for full documentation.
cloudwatchlogs_put_delivery_source(name, resourceArn, logType, tags = NULL)
name |
[required] A name for this delivery source. This name must be unique for all delivery sources in your account. |
resourceArn |
[required] The ARN of the Amazon Web Services resource that is generating and
sending logs. For example,
|
logType |
[required] Defines the type of log that the source is sending.
|
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.