Class CfnTrailPropsMixin.EventSelectorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrailPropsMixin.EventSelectorProperty>
- Enclosing interface:
CfnTrailPropsMixin.EventSelectorProperty
CfnTrailPropsMixin.EventSelectorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataResources(List<? extends Object> dataResources) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getDataResources()dataResources(IResolvable dataResources) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getDataResources()excludeManagementEventSources(List<String> excludeManagementEventSources) includeManagementEvents(Boolean includeManagementEvents) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getIncludeManagementEvents()includeManagementEvents(IResolvable includeManagementEvents) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getIncludeManagementEvents()readWriteType(String readWriteType) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getReadWriteType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataResources
@Stability(Stable) public CfnTrailPropsMixin.EventSelectorProperty.Builder dataResources(IResolvable dataResources) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getDataResources()- Parameters:
dataResources- CloudTrail supports data event logging for Amazon S3 objects in standard S3 buckets, AWS Lambda functions, and Amazon DynamoDB tables with basic event selectors. 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 .
To log data events for all other resource types including objects stored in directory buckets , you must use AdvancedEventSelectors . You must also use
AdvancedEventSelectorsif you want to filter on theeventNamefield.- Returns:
this
-
dataResources
@Stability(Stable) public CfnTrailPropsMixin.EventSelectorProperty.Builder dataResources(List<? extends Object> dataResources) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getDataResources()- Parameters:
dataResources- CloudTrail supports data event logging for Amazon S3 objects in standard S3 buckets, AWS Lambda functions, and Amazon DynamoDB tables with basic event selectors. 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 .
To log data events for all other resource types including objects stored in directory buckets , you must use AdvancedEventSelectors . You must also use
AdvancedEventSelectorsif you want to filter on theeventNamefield.- Returns:
this
-
excludeManagementEventSources
@Stability(Stable) public CfnTrailPropsMixin.EventSelectorProperty.Builder excludeManagementEventSources(List<String> excludeManagementEventSources) - Parameters:
excludeManagementEventSources- An optional list of service event sources from which you do not want management events to be logged on your trail. 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 containingkms.amazonaws.com.rproxy.govskope.caorrdsdata.amazonaws.com. By default,ExcludeManagementEventSourcesis empty, and AWS 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.- Returns:
this
-
includeManagementEvents
@Stability(Stable) public CfnTrailPropsMixin.EventSelectorProperty.Builder includeManagementEvents(Boolean includeManagementEvents) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getIncludeManagementEvents()- Parameters:
includeManagementEvents- Specify if you want your event selector to include management events for your trail. For 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 .
- Returns:
this
-
includeManagementEvents
@Stability(Stable) public CfnTrailPropsMixin.EventSelectorProperty.Builder includeManagementEvents(IResolvable includeManagementEvents) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getIncludeManagementEvents()- Parameters:
includeManagementEvents- Specify if you want your event selector to include management events for your trail. For 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 .
- Returns:
this
-
readWriteType
@Stability(Stable) public CfnTrailPropsMixin.EventSelectorProperty.Builder readWriteType(String readWriteType) Sets the value ofCfnTrailPropsMixin.EventSelectorProperty.getReadWriteType()- Parameters:
readWriteType- Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2GetConsoleOutputis a read-only API operation andRunInstancesis a write-only API operation.By default, the value is
All.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrailPropsMixin.EventSelectorProperty>- Returns:
- a new instance of
CfnTrailPropsMixin.EventSelectorProperty - Throws:
NullPointerException- if any required attribute was not provided
-