@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventSelector extends Object implements Serializable, Cloneable, StructuredPojo
Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event.
You can configure up to five event selectors for a trail.
You cannot apply both event selectors and advanced event selectors to a trail.
Constructor and Description |
---|
EventSelector() |
Modifier and Type | Method and Description |
---|---|
EventSelector |
clone() |
boolean |
equals(Object obj) |
List<DataResource> |
getDataResources()
CloudTrail supports data event logging for Amazon S3 objects, Lambda functions, and Amazon DynamoDB tables with
basic event selectors.
|
List<String> |
getExcludeManagementEventSources()
An optional list of service event sources from which you do not want management events to be logged on your
trail.
|
Boolean |
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() |
Boolean |
isIncludeManagementEvents()
Specify if you want your event selector to include management events for your trail.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataResources(Collection<DataResource> dataResources)
CloudTrail supports data event logging for Amazon S3 objects, Lambda functions, and Amazon DynamoDB tables with
basic event selectors.
|
void |
setExcludeManagementEventSources(Collection<String> excludeManagementEventSources)
An optional list of service event sources from which you do not want management events to be logged on your
trail.
|
void |
setIncludeManagementEvents(Boolean includeManagementEvents)
Specify if you want your event selector to include management events for your trail.
|
void |
setReadWriteType(ReadWriteType readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all.
|
void |
setReadWriteType(String readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all.
|
String |
toString()
Returns a string representation of this object.
|
EventSelector |
withDataResources(Collection<DataResource> dataResources)
CloudTrail supports data event logging for Amazon S3 objects, Lambda functions, and Amazon DynamoDB tables with
basic event selectors.
|
EventSelector |
withDataResources(DataResource... dataResources)
CloudTrail supports data event logging for Amazon S3 objects, Lambda functions, and Amazon DynamoDB tables with
basic event selectors.
|
EventSelector |
withExcludeManagementEventSources(Collection<String> excludeManagementEventSources)
An optional list of service event sources from which you do not want management events to be logged on your
trail.
|
EventSelector |
withExcludeManagementEventSources(String... excludeManagementEventSources)
An optional list of service event sources from which you do not want management events to be logged on your
trail.
|
EventSelector |
withIncludeManagementEvents(Boolean includeManagementEvents)
Specify if you want your event selector to include management events for your trail.
|
EventSelector |
withReadWriteType(ReadWriteType readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all.
|
EventSelector |
withReadWriteType(String readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all.
|
public void setReadWriteType(String readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all. 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
.
readWriteType
- Specify if you want your trail to log read-only events, write-only events, or all. 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
.
ReadWriteType
public String getReadWriteType()
Specify if you want your trail to log read-only events, write-only events, or all. 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
.
GetConsoleOutput
is a read-only API operation and RunInstances
is a write-only
API operation.
By default, the value is All
.
ReadWriteType
public EventSelector withReadWriteType(String readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all. 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
.
readWriteType
- Specify if you want your trail to log read-only events, write-only events, or all. 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
.
ReadWriteType
public void setReadWriteType(ReadWriteType readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all. 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
.
readWriteType
- Specify if you want your trail to log read-only events, write-only events, or all. 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
.
ReadWriteType
public EventSelector withReadWriteType(ReadWriteType readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all. 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
.
readWriteType
- Specify if you want your trail to log read-only events, write-only events, or all. 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
.
ReadWriteType
public void setIncludeManagementEvents(Boolean includeManagementEvents)
Specify if you want your event selector to include management events for your trail.
For more information, see Management Events in the 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 CloudTrail Pricing.
includeManagementEvents
- Specify if you want your event selector to include management events for your trail.
For more information, see Management Events in the 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 CloudTrail Pricing.
public Boolean getIncludeManagementEvents()
Specify if you want your event selector to include management events for your trail.
For more information, see Management Events in the 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 CloudTrail Pricing.
For more information, see Management Events in the 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 CloudTrail Pricing.
public EventSelector withIncludeManagementEvents(Boolean includeManagementEvents)
Specify if you want your event selector to include management events for your trail.
For more information, see Management Events in the 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 CloudTrail Pricing.
includeManagementEvents
- Specify if you want your event selector to include management events for your trail.
For more information, see Management Events in the 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 CloudTrail Pricing.
public Boolean isIncludeManagementEvents()
Specify if you want your event selector to include management events for your trail.
For more information, see Management Events in the 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 CloudTrail Pricing.
For more information, see Management Events in the 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 CloudTrail Pricing.
public List<DataResource> getDataResources()
CloudTrail supports data event logging for Amazon S3 objects, 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 CloudTrail in the CloudTrail User Guide.
For more information, see Data Events and Limits in CloudTrail in the CloudTrail User Guide.
public void setDataResources(Collection<DataResource> dataResources)
CloudTrail supports data event logging for Amazon S3 objects, 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 CloudTrail in the CloudTrail User Guide.
dataResources
- CloudTrail supports data event logging for Amazon S3 objects, 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 CloudTrail in the CloudTrail User Guide.
public EventSelector withDataResources(DataResource... dataResources)
CloudTrail supports data event logging for Amazon S3 objects, 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 CloudTrail in the CloudTrail User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setDataResources(java.util.Collection)
or withDataResources(java.util.Collection)
if you want
to override the existing values.
dataResources
- CloudTrail supports data event logging for Amazon S3 objects, 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 CloudTrail in the CloudTrail User Guide.
public EventSelector withDataResources(Collection<DataResource> dataResources)
CloudTrail supports data event logging for Amazon S3 objects, 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 CloudTrail in the CloudTrail User Guide.
dataResources
- CloudTrail supports data event logging for Amazon S3 objects, 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 CloudTrail in the CloudTrail User Guide.
public List<String> getExcludeManagementEventSources()
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 Key Management Service
or Amazon RDS Data API events by containing kms.amazonaws.com
or rdsdata.amazonaws.com
.
By default, ExcludeManagementEventSources
is empty, and 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.
kms.amazonaws.com
or
rdsdata.amazonaws.com
. By default, ExcludeManagementEventSources
is empty, and
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.public void setExcludeManagementEventSources(Collection<String> 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 Key Management Service
or Amazon RDS Data API events by containing kms.amazonaws.com
or rdsdata.amazonaws.com
.
By default, ExcludeManagementEventSources
is empty, and 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.
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 Key
Management Service or Amazon RDS Data API events by containing kms.amazonaws.com
or
rdsdata.amazonaws.com
. By default, ExcludeManagementEventSources
is empty, and
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.public EventSelector withExcludeManagementEventSources(String... 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 Key Management Service
or Amazon RDS Data API events by containing kms.amazonaws.com
or rdsdata.amazonaws.com
.
By default, ExcludeManagementEventSources
is empty, and 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.
NOTE: This method appends the values to the existing list (if any). Use
setExcludeManagementEventSources(java.util.Collection)
or
withExcludeManagementEventSources(java.util.Collection)
if you want to override the existing values.
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 Key
Management Service or Amazon RDS Data API events by containing kms.amazonaws.com
or
rdsdata.amazonaws.com
. By default, ExcludeManagementEventSources
is empty, and
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.public EventSelector withExcludeManagementEventSources(Collection<String> 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 Key Management Service
or Amazon RDS Data API events by containing kms.amazonaws.com
or rdsdata.amazonaws.com
.
By default, ExcludeManagementEventSources
is empty, and 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.
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 Key
Management Service or Amazon RDS Data API events by containing kms.amazonaws.com
or
rdsdata.amazonaws.com
. By default, ExcludeManagementEventSources
is empty, and
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.public String toString()
toString
in class Object
Object.toString()
public EventSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.