HarvestJob

public struct HarvestJob : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) assigned to the HarvestJob.

    Declaration

    Swift

    public let arn: String?
  • The ID of the Channel that the HarvestJob will harvest from.

    Declaration

    Swift

    public let channelId: String?
  • The time the HarvestJob was submitted

    Declaration

    Swift

    public let createdAt: String?
  • The end of the time-window which will be harvested.

    Declaration

    Swift

    public let endTime: String?
  • id

    The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.

    Declaration

    Swift

    public let id: String?
  • The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.

    Declaration

    Swift

    public let originEndpointId: String?
  • Undocumented

    Declaration

    Swift

    public let s3Destination: S3Destination?
  • The start of the time-window which will be harvested.

    Declaration

    Swift

    public let startTime: String?
  • The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of why the HarvestJob failed.

    Declaration

    Swift

    public let status: Status?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, channelId: String? = nil, createdAt: String? = nil, endTime: String? = nil, id: String? = nil, originEndpointId: String? = nil, s3Destination: S3Destination? = nil, startTime: String? = nil, status: Status? = nil)