View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_update_delivery_configuration | R Documentation |
Use this operation to update the configuration of a delivery to change either the S3 path pattern or the format of the delivered logs. You can't use this operation to change the source or destination of the delivery.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_update_delivery_configuration/ for full documentation.
cloudwatchlogs_update_delivery_configuration(
id,
recordFields = NULL,
fieldDelimiter = NULL,
s3DeliveryConfiguration = NULL
)
id |
[required] The ID of the delivery to be updated by this request. |
recordFields |
The list of record fields to be delivered to the destination, in order. If the delivery's log source has mandatory fields, they must be included in this list. |
fieldDelimiter |
The field delimiter to use between record fields when the final output
format of a delivery is in |
s3DeliveryConfiguration |
This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.