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.

Contains information about an event that was returned by a lookup request. The result includes a representation of a CloudTrail event.

Inheritance Hierarchy

System.Object
  Amazon.CloudTrail.Model.Event

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

Syntax

C#
public class Event

The Event type exposes the following members

Constructors

NameDescription
Public Method Event()

Properties

NameTypeDescription
Public Property AccessKeyId System.String

Gets and sets the property AccessKeyId.

The Amazon Web Services access key ID that was used to sign the request. If the request was made with temporary security credentials, this is the access key ID of the temporary credentials.

Public Property CloudTrailEvent System.String

Gets and sets the property CloudTrailEvent.

A JSON string that contains a representation of the event returned.

Public Property EventId System.String

Gets and sets the property EventId.

The CloudTrail ID of the event returned.

Public Property EventName System.String

Gets and sets the property EventName.

The name of the event returned.

Public Property EventSource System.String

Gets and sets the property EventSource.

The Amazon Web Services service to which the request was made.

Public Property EventTime System.DateTime

Gets and sets the property EventTime.

The date and time of the event returned.

Public Property ReadOnly System.String

Gets and sets the property ReadOnly.

Information about whether the event is a write event or a read event.

Public Property Resources System.Collections.Generic.List<Amazon.CloudTrail.Model.Resource>

Gets and sets the property Resources.

A list of resources referenced by the event returned.

Public Property Username System.String

Gets and sets the property Username.

A user name or role name of the requester that called the API in the event returned.

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