Class TrailEventSelectorArgs
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 TrailEventSelectorArgs : ResourceArgs
Constructors
View SourceTrailEventSelectorArgs()
Declaration
public TrailEventSelectorArgs()
Properties
View SourceDataResources
Specifies logging data events. Fields documented below.
Declaration
public InputList<TrailEventSelectorDataResourceArgs> DataResources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TrailEventSelectorDataResourceArgs> |
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> |