Event Selector Args
data class EventSelectorArgs(val dataResources: Output<List<DataResourceArgs>>? = null, val excludeManagementEventSources: Output<List<String>>? = null, val includeManagementEvents: Output<Boolean>? = null, val readWriteType: Output<Either<String, EventSelectorReadWriteType>>? = null) : ConvertibleToJava<EventSelectorArgs>
Definition of EventSelector
Constructors
Link copied to clipboard
constructor(dataResources: Output<List<DataResourceArgs>>? = null, excludeManagementEventSources: Output<List<String>>? = null, includeManagementEvents: Output<Boolean>? = null, readWriteType: Output<Either<String, EventSelectorReadWriteType>>? = null)
Properties
Link copied to clipboard
Property dataResources
Link copied to clipboard
An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service events by containing 'kms.amazonaws.com'. By default, ExcludeManagementEventSources is empty, and AWS KMS events are included in events that are logged to your trail.
Link copied to clipboard
Specify if you want your event selector to include management events for your trail.
Link copied to clipboard
Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.