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

.NET Framework 3.5
 
Represents an export task.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.ExportTask

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ExportTask : Object

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.

Name of Amazon S3 bucket to which the log data was exported.

Public Property DestinationPrefix System.String Gets and sets the property DestinationPrefix.

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 info about the export task.

Public Property From System.Int64 Gets and sets the property From.

A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a timestamp prior to 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.

Status of the export task.

Public Property TaskId System.String Gets and sets the property TaskId.

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.

A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

Version Information

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