Show / Hide Table of Contents

Class TrailEventSelectorGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TrailEventSelectorGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

TrailEventSelectorGetArgs()

Declaration
public TrailEventSelectorGetArgs()

Properties

View Source

DataResources

Specifies logging data events. Fields documented below.

Declaration
public InputList<TrailEventSelectorDataResourceGetArgs> DataResources { get; set; }
Property Value
Type Description
InputList<TrailEventSelectorDataResourceGetArgs>
View Source

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>
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 Input<string> ReadWriteType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.