Creates a delivery. A delivery is a connection between a logical delivery source and a logical delivery destination that you have already created.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_create_delivery/ for full documentation.
Usage
cloudwatchlogs_create_delivery(
deliverySourceName,
deliveryDestinationArn,
recordFields = NULL,
fieldDelimiter = NULL,
s3DeliveryConfiguration = NULL,
tags = NULL
)Arguments
- deliverySourceName
[required] The name of the delivery source to use for this delivery.
- deliveryDestinationArn
[required] The ARN of the delivery destination to use for this delivery.
- 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.
An optional list of key-value pairs to associate with the resource.
For more information about tagging, see Tagging Amazon Web Services resources