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.

A storage lake of event data against which you can run complex SQL-based queries. An event data store can include events that you have logged on your account. To select events for an event data store, use advanced event selectors.

Inheritance Hierarchy

System.Object
  Amazon.CloudTrail.Model.EventDataStore

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

Syntax

C#
public class EventDataStore

The EventDataStore type exposes the following members

Constructors

NameDescription
Public Method EventDataStore()

Properties

NameTypeDescription
Public Property AdvancedEventSelectors System.Collections.Generic.List<Amazon.CloudTrail.Model.AdvancedEventSelector>

Gets and sets the property AdvancedEventSelectors.

The advanced event selectors that were used to select events for the data store.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The timestamp of the event data store's creation.

Public Property EventDataStoreArn System.String

Gets and sets the property EventDataStoreArn.

The ARN of the event data store.

Public Property MultiRegionEnabled System.Boolean

Gets and sets the property MultiRegionEnabled.

Indicates whether the event data store includes events from all Regions, or only from the Region in which it was created.

Public Property Name System.String

Gets and sets the property Name.

The name of the event data store.

Public Property OrganizationEnabled System.Boolean

Gets and sets the property OrganizationEnabled.

Indicates that an event data store is collecting logged events for an organization.

Public Property RetentionPeriod System.Int32

Gets and sets the property RetentionPeriod.

The retention period, in days.

Public Property Status Amazon.CloudTrail.EventDataStoreStatus

Gets and sets the property Status.

The status of an event data store.

Public Property TerminationProtectionEnabled System.Boolean

Gets and sets the property TerminationProtectionEnabled.

Indicates whether the event data store is protected from termination.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

The timestamp showing when an event data store was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.

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