Show / Hide Table of Contents

Class TrailEventSelector

Inheritance
System.Object
TrailEventSelector
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudTrail.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TrailEventSelector

Fields

View Source

DataResources

Specifies logging data events. Fields documented below.

Declaration
public readonly ImmutableArray<TrailEventSelectorDataResource> DataResources
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<TrailEventSelectorDataResource>
View Source

IncludeManagementEvents

Specify if you want your event selector to include management events for your trail.

Declaration
public readonly bool? IncludeManagementEvents
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ReadWriteType

Specify if you want your trail to log read-only events, write-only events, or all. By default, the value is All. You can specify only the following value: "ReadOnly", "WriteOnly", "All". Defaults to All.

Declaration
public readonly string ReadWriteType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.