AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateDeliveryConfiguration operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchLogs.AmazonCloudWatchLogsRequest
      Amazon.CloudWatchLogs.Model.UpdateDeliveryConfigurationRequest

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateDeliveryConfigurationRequest : AmazonCloudWatchLogsRequest
         IAmazonWebServiceRequest

The UpdateDeliveryConfigurationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property FieldDelimiter System.String

Gets and sets the property FieldDelimiter.

The field delimiter to use between record fields when the final output format of a delivery is in Plain, W3C, or Raw format.

Public Property Id System.String

Gets and sets the property Id.

The ID of the delivery to be updated by this request.

Public Property RecordFields System.Collections.Generic.List<System.String>

Gets and sets the property 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.

Public Property S3DeliveryConfiguration Amazon.CloudWatchLogs.Model.S3DeliveryConfiguration

Gets and sets the property S3DeliveryConfiguration.

This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5