| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudtrail |
AWS CloudTrail Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static DataResourceType |
DataResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataResourceType[] |
DataResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trail.addEventSelector(DataResourceType dataResourceType,
List<String> dataResourceValues)
When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.
|
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.
|
Copyright © 2022. All rights reserved.