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 is the response object from the GetEventDataStore operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudTrail.Model.GetEventDataStoreResponse

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

Syntax

C#
public class GetEventDataStoreResponse : AmazonWebServiceResponse

The GetEventDataStoreResponse type exposes the following members

Constructors

NameDescription
Public Method GetEventDataStoreResponse()

Properties

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

Gets and sets the property AdvancedEventSelectors.

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

Public Property BillingMode Amazon.CloudTrail.BillingMode

Gets and sets the property BillingMode.

The billing mode for the event data store.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 event data store Amazon Resource Number (ARN).

Public Property FederationRoleArn System.String

Gets and sets the property FederationRoleArn.

If Lake query federation is enabled, provides the ARN of the federation role used to access the resources for the federated event data store.

Public Property FederationStatus Amazon.CloudTrail.FederationStatus

Gets and sets the property FederationStatus.

Indicates the Lake query federation status. The status is ENABLED if Lake query federation is enabled, or DISABLED if Lake query federation is disabled. You cannot delete an event data store if the FederationStatus is ENABLED.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format.

arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012

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 whether an event data store is collecting logged events for an organization in Organizations.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RetentionPeriod System.Int32

Gets and sets the property RetentionPeriod.

The retention period of the event data store, 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 that termination protection is enabled.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

Shows the time that 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