eventSelectors

@JvmName(name = "qwnfpgfqeuubanfh")
suspend fun eventSelectors(value: Output<List<TrailEventSelectorArgs>>)
@JvmName(name = "hprbvvrqkkjsquob")
suspend fun eventSelectors(value: List<TrailEventSelectorArgs>?)

Parameters

value

Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.


@JvmName(name = "bytcmvtrjqcurppe")
suspend fun eventSelectors(vararg values: Output<TrailEventSelectorArgs>)


@JvmName(name = "cgtlsoghmlisyvhd")
suspend fun eventSelectors(values: List<Output<TrailEventSelectorArgs>>)
@JvmName(name = "wilosisvqdfixtqq")
suspend fun eventSelectors(vararg values: TrailEventSelectorArgs)

Parameters

values

Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.


@JvmName(name = "emxlpxrwibxhqifk")
suspend fun eventSelectors(argument: List<suspend TrailEventSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "xogeqejojwcfskia")
suspend fun eventSelectors(vararg argument: suspend TrailEventSelectorArgsBuilder.() -> Unit)
@JvmName(name = "mnqkjrpriwvnbqaa")
suspend fun eventSelectors(argument: suspend TrailEventSelectorArgsBuilder.() -> Unit)

Parameters

argument

Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. You can configure up to five event selectors for a trail.