TrailEventSelectorArgs

data class TrailEventSelectorArgs(val dataResources: Output<List<TrailEventSelectorDataResourceArgs>>? = null, val excludeManagementEventSources: Output<List<String>>? = null, val includeManagementEvents: Output<Boolean>? = null, val readWriteType: Output<String>? = null) : ConvertibleToJava<TrailEventSelectorArgs>

Constructors

Link copied to clipboard
constructor(dataResources: Output<List<TrailEventSelectorDataResourceArgs>>? = null, excludeManagementEventSources: Output<List<String>>? = null, includeManagementEvents: Output<Boolean>? = null, readWriteType: Output<String>? = null)

Properties

Link copied to clipboard

Configuration block for data events. See details below.

Link copied to clipboard

A set of event sources to exclude. Valid values include: kms.amazonaws.com and rdsdata.amazonaws.com. include_management_events must be set totrue to allow this.

Link copied to clipboard
val includeManagementEvents: Output<Boolean>? = null

Whether to include management events for your trail. Defaults to true.

Link copied to clipboard
val readWriteType: Output<String>? = null

Type of events to log. Valid values are ReadOnly, WriteOnly, All. Default value is All.

Functions

Link copied to clipboard
open override fun toJava(): TrailEventSelectorArgs