Class TrailEventSelectorGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TrailEventSelectorGetArgs : ResourceArgs
Constructors
View SourceTrailEventSelectorGetArgs()
Declaration
public TrailEventSelectorGetArgs()
Properties
View SourceDataResources
Specifies logging data events. Fields documented below.
Declaration
public InputList<TrailEventSelectorDataResourceGetArgs> DataResources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TrailEventSelectorDataResourceGetArgs> |
IncludeManagementEvents
Specify if you want your event selector to include management events for your trail.
Declaration
public Input<bool> IncludeManagementEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> ReadWriteType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |