@Stability(value=Stable) @Internal public static final class CfnTrail.EventSelectorProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTrail.EventSelectorProperty
CfnTrail.EventSelectorPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTrail.EventSelectorProperty.Builder, CfnTrail.EventSelectorProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTrail.EventSelectorProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTrail.DataResourceProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getDataResources()
In AWS CloudFormation , CloudTrail supports data event logging for Amazon S3 objects, Amazon DynamoDB tables, and AWS Lambda functions.
|
List<String> |
getExcludeManagementEventSources()
An optional list of service event sources from which you do not want management events to be logged on your trail.
|
Object |
getIncludeManagementEvents()
Specify if you want your event selector to include management events for your trail.
|
String |
getReadWriteType()
Specify if you want your trail to log read-only events, write-only events, or all.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTrail.EventSelectorProperty.Builder builder)
CfnTrail.DataResourceProperty.Builder.public final Object getDataResources()
CfnTrail.EventSelectorPropertyCurrently, advanced event selectors for data events are not supported in AWS CloudFormation templates. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.
For more information, see Data Events and Limits in AWS CloudTrail in the AWS CloudTrail User Guide .
getDataResources in interface CfnTrail.EventSelectorPropertypublic final List<String> getExcludeManagementEventSources()
CfnTrail.EventSelectorProperty
In this release, the list can be empty (disables the filter), or it can filter out AWS Key Management Service or Amazon RDS Data API events by containing kms.amazonaws.com or rdsdata.amazonaws.com . By default, ExcludeManagementEventSources is empty, and AWS KMS and Amazon RDS Data API events are logged to your trail. You can exclude management event sources only in regions that support the event source.
getExcludeManagementEventSources in interface CfnTrail.EventSelectorPropertypublic final Object getIncludeManagementEvents()
CfnTrail.EventSelectorPropertyFor more information, see Management Events in the AWS CloudTrail User Guide .
By default, the value is true .
The first copy of management events is free. You are charged for additional copies of management events that you are logging on any subsequent trail in the same region. For more information about CloudTrail pricing, see AWS CloudTrail Pricing .
getIncludeManagementEvents in interface CfnTrail.EventSelectorPropertypublic final String getReadWriteType()
CfnTrail.EventSelectorProperty
For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation.
By default, the value is All .
getReadWriteType in interface CfnTrail.EventSelectorProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.