ExportTask

public struct ExportTask : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the S3 bucket to which the log data was exported.

    Declaration

    Swift

    public let destination: String?
  • The prefix that was used as the start of Amazon S3 key for every object exported.

    Declaration

    Swift

    public let destinationPrefix: String?
  • Execution information about the export task.

    Declaration

    Swift

    public let executionInfo: ExportTaskExecutionInfo?
  • 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.

    Declaration

    Swift

    public let from: Int64?
  • The name of the log group from which logs data was exported.

    Declaration

    Swift

    public let logGroupName: String?
  • The status of the export task.

    Declaration

    Swift

    public let status: ExportTaskStatus?
  • The ID of the export task.

    Declaration

    Swift

    public let taskId: String?
  • The name of the export task.

    Declaration

    Swift

    public let taskName: String?
  • 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.

    Declaration

    Swift

    public let to: Int64?
  • Undocumented

    Declaration

    Swift

    public init(destination: String? = nil, destinationPrefix: String? = nil, executionInfo: ExportTaskExecutionInfo? = nil, from: Int64? = nil, logGroupName: String? = nil, status: ExportTaskStatus? = nil, taskId: String? = nil, taskName: String? = nil, to: Int64? = nil)