LogStream

public struct LogStream : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the log stream.

    Declaration

    Swift

    public let arn: String?
  • The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    Declaration

    Swift

    public let creationTime: Int64?
  • The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    Declaration

    Swift

    public let firstEventTimestamp: Int64?
  • The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but in rare situations might take longer.

    Declaration

    Swift

    public let lastEventTimestamp: Int64?
  • The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    Declaration

    Swift

    public let lastIngestionTime: Int64?
  • The name of the log stream.

    Declaration

    Swift

    public let logStreamName: String?
  • The sequence token.

    Declaration

    Swift

    public let uploadSequenceToken: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationTime: Int64? = nil, firstEventTimestamp: Int64? = nil, lastEventTimestamp: Int64? = nil, lastIngestionTime: Int64? = nil, logStreamName: String? = nil, uploadSequenceToken: String? = nil)