| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudtrail |
AWS CloudTrail Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AddEventSelectorOptions.Jsii$Proxy
An implementation for
AddEventSelectorOptions |
| Modifier and Type | Method and Description |
|---|---|
AddEventSelectorOptions |
AddEventSelectorOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trail.addEventSelector(DataResourceType dataResourceType,
List<String> dataResourceValues,
AddEventSelectorOptions options)
When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.
|
void |
Trail.addLambdaEventSelector(List<IFunction> handlers,
AddEventSelectorOptions options)
When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.
|
void |
Trail.addS3EventSelector(List<S3EventSelector> s3Selector,
AddEventSelectorOptions options)
When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.
|
void |
Trail.logAllLambdaDataEvents(AddEventSelectorOptions options)
Log all Lamda data events for all lambda functions the account.
|
void |
Trail.logAllS3DataEvents(AddEventSelectorOptions options)
Log all S3 data events for all objects for all buckets in the account.
|
Copyright © 2022. All rights reserved.