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.

This object contains the information for one log event returned in a Live Tail stream.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.LiveTailSessionLogEvent

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

Syntax

C#
public class LiveTailSessionLogEvent

The LiveTailSessionLogEvent type exposes the following members

Constructors

NameDescription
Public Method LiveTailSessionLogEvent()

Properties

NameTypeDescription
Public Property IngestionTime System.Int64

Gets and sets the property IngestionTime.

The timestamp specifying when this log event was ingested into the log group.

Public Property LogGroupIdentifier System.String

Gets and sets the property LogGroupIdentifier.

The name or ARN of the log group that ingested this log event.

Public Property LogStreamName System.String

Gets and sets the property LogStreamName.

The name of the log stream that ingested this log event.

Public Property Message System.String

Gets and sets the property Message.

The log event message text.

Public Property Timestamp System.Int64

Gets and sets the property Timestamp.

The timestamp specifying when this log event was created.

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