| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudtrail |
AWS CloudTrail Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ManagementEventSources |
ManagementEventSources.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementEventSources[] |
ManagementEventSources.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ManagementEventSources> |
AddEventSelectorOptions.getExcludeManagementEventSources()
An optional list of service event sources from which you do not want management events to be logged on your trail.
|
List<ManagementEventSources> |
AddEventSelectorOptions.Jsii$Proxy.getExcludeManagementEventSources() |
| Modifier and Type | Method and Description |
|---|---|
AddEventSelectorOptions.Builder |
AddEventSelectorOptions.Builder.excludeManagementEventSources(List<? extends ManagementEventSources> excludeManagementEventSources)
Sets the value of
AddEventSelectorOptions.getExcludeManagementEventSources() |
Copyright © 2022. All rights reserved.