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 SourceDataResources
Specifies logging data events. Fields documented below.
Declaration
public readonly ImmutableArray<TrailEventSelectorDataResource> DataResources
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<TrailEventSelectorDataResource> |
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> |
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 |