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.

Represents an export task.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.ExportTask

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

Syntax

C#
public class ExportTask

The ExportTask type exposes the following members

Constructors

NameDescription
Public Method ExportTask()

Properties

NameTypeDescription
Public Property Destination System.String

Gets and sets the property Destination.

The name of the S3 bucket to which the log data was exported.

Public Property DestinationPrefix System.String

Gets and sets the property DestinationPrefix.

The prefix that was used as the start of Amazon S3 key for every object exported.

Public Property ExecutionInfo Amazon.CloudWatchLogs.Model.ExportTaskExecutionInfo

Gets and sets the property ExecutionInfo.

Execution information about the export task.

Public Property From System.Int64

Gets and sets the property From.

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

Public Property LogGroupName System.String

Gets and sets the property LogGroupName.

The name of the log group from which logs data was exported.

Public Property Status Amazon.CloudWatchLogs.Model.ExportTaskStatus

Gets and sets the property Status.

The status of the export task.

Public Property TaskId System.String

Gets and sets the property TaskId.

The ID of the export task.

Public Property TaskName System.String

Gets and sets the property TaskName.

The name of the export task.

Public Property To System.Int64

Gets and sets the property To.

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5