Use this operation to update the configuration of a delivery to change either the S3 path pattern or the format of the delivered logs
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_update_delivery_configuration.RdUse 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.
Usage
cloudwatchlogs_update_delivery_configuration(
id,
recordFields = NULL,
fieldDelimiter = NULL,
s3DeliveryConfiguration = NULL
)Arguments
- 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
Plain,W3C, orRawformat.- s3DeliveryConfiguration
This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.