| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudtrail |
AWS CloudTrail Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ReadWriteType |
TrailProps.getManagementEvents()
(experimental) 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()
(experimental) 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)
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean includeManagementEvents,
ReadWriteType readWriteType)
Constructor that initializes the object based on literal property values passed by the
AddEventSelectorOptions.Builder. |
Jsii$Proxy(IBucket bucket,
ILogGroup cloudWatchLogGroup,
RetentionDays cloudWatchLogsRetention,
Boolean enableFileValidation,
IKey encryptionKey,
Boolean includeGlobalServiceEvents,
Boolean isMultiRegionTrail,
ReadWriteType managementEvents,
String s3KeyPrefix,
Boolean sendToCloudWatchLogs,
ITopic snsTopic,
String trailName)
Constructor that initializes the object based on literal property values passed by the
TrailProps.Builder. |
Copyright © 2021. All rights reserved.