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.
Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public class Delivery
The Delivery type exposes the following members
Name | Description | |
---|---|---|
![]() |
Delivery() |
Name | Type | Description | |
---|---|---|---|
![]() |
Arn | System.String |
Gets and sets the property Arn. The Amazon Resource Name (ARN) that uniquely identifies this delivery. |
![]() |
DeliveryDestinationArn | System.String |
Gets and sets the property DeliveryDestinationArn. The ARN of the delivery destination that is associated with this delivery. |
![]() |
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. |
![]() |
DeliverySourceName | System.String |
Gets and sets the property DeliverySourceName. The name of the delivery source that is associated with this delivery. |
![]() |
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 |
![]() |
Id | System.String |
Gets and sets the property Id. The unique ID that identifies this delivery in your account. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
.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