| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudtrail |
AWS CloudTrail Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ReadWriteType |
TrailProps.getManagementEvents()
When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.
|
ReadWriteType |
TrailProps.Jsii$Proxy.getManagementEvents() |
default ReadWriteType |
AddEventSelectorOptions.getReadWriteType()
Specifies whether to log read-only events, write-only events, or all events.
|
ReadWriteType |
AddEventSelectorOptions.Jsii$Proxy.getReadWriteType() |
static ReadWriteType |
ReadWriteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadWriteType[] |
ReadWriteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TrailProps.Builder |
TrailProps.Builder.managementEvents(ReadWriteType managementEvents)
Sets the value of
TrailProps.getManagementEvents() |
Trail.Builder |
Trail.Builder.managementEvents(ReadWriteType managementEvents)
When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.
|
AddEventSelectorOptions.Builder |
AddEventSelectorOptions.Builder.readWriteType(ReadWriteType readWriteType)
Sets the value of
AddEventSelectorOptions.getReadWriteType() |
Copyright © 2022. All rights reserved.