AWS SDK Version 4 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.

This structure contains information about one delivery in your account.

A delivery is a connection between a logical delivery source and a logical delivery destination.

For more information, see CreateDelivery.

To update an existing delivery configuration, use UpdateDeliveryConfiguration.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.Delivery

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

Syntax

C#
public class Delivery

The Delivery type exposes the following members

Constructors

NameDescription
Public Method Delivery()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) that uniquely identifies this delivery.

Public Property DeliveryDestinationArn System.String

Gets and sets the property DeliveryDestinationArn.

The ARN of the delivery destination that is associated with this delivery.

Public Property DeliveryDestinationType Amazon.CloudWatchLogs.DeliveryDestinationType

Gets and sets the property DeliveryDestinationType.

Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Firehose.

Public Property DeliverySourceName System.String

Gets and sets the property DeliverySourceName.

The name of the delivery source that is associated with this delivery.

Public Property FieldDelimiter System.String

Gets and sets the property FieldDelimiter.

The field delimiter that is used 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 unique ID that identifies this delivery in your account.

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

Gets and sets the property RecordFields.

The record fields used in this delivery.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property S3DeliveryConfiguration Amazon.CloudWatchLogs.Model.S3DeliveryConfiguration

Gets and sets the property S3DeliveryConfiguration.

This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags that have been assigned to this delivery.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer