public class EventSelector extends Object implements Serializable, Cloneable
Use event selectors to specify the types of events that you want your trail to log. 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.
Constructor and Description |
---|
EventSelector() |
Modifier and Type | Method and Description |
---|---|
EventSelector |
clone() |
boolean |
equals(Object obj) |
List<DataResource> |
getDataResources()
CloudTrail supports logging only data events for S3 objects.
|
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 |
setDataResources(Collection<DataResource> dataResources)
CloudTrail supports logging only data events for S3 objects.
|
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; useful for testing and debugging.
|
EventSelector |
withDataResources(Collection<DataResource> dataResources)
CloudTrail supports logging only data events for S3 objects.
|
EventSelector |
withDataResources(DataResource... dataResources)
CloudTrail supports logging only data events for S3 objects.
|
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 AWS CloudTrail User Guide.
By default, the value is true
.
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
.
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 AWS CloudTrail User Guide.
By default, the value is true
.
For more information, see Management Events in the AWS CloudTrail User Guide.
By default, the value is true
.
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 AWS CloudTrail User Guide.
By default, the value is true
.
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
.
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 AWS CloudTrail User Guide.
By default, the value is true
.
For more information, see Management Events in the AWS CloudTrail User Guide.
By default, the value is true
.
public List<DataResource> getDataResources()
CloudTrail supports logging only data events for S3 objects. You can specify up to 50 S3 buckets and object prefixes for an event selector.
For more information, see Data Events in the AWS CloudTrail User Guide.
For more information, see Data Events in the AWS CloudTrail User Guide.
public void setDataResources(Collection<DataResource> dataResources)
CloudTrail supports logging only data events for S3 objects. You can specify up to 50 S3 buckets and object prefixes for an event selector.
For more information, see Data Events in the AWS CloudTrail User Guide.
dataResources
- CloudTrail supports logging only data events for S3 objects. You can specify up to 50 S3 buckets and
object prefixes for an event selector.
For more information, see Data Events in the AWS CloudTrail User Guide.
public EventSelector withDataResources(DataResource... dataResources)
CloudTrail supports logging only data events for S3 objects. You can specify up to 50 S3 buckets and object prefixes for an event selector.
For more information, see Data Events in the AWS 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 logging only data events for S3 objects. You can specify up to 50 S3 buckets and
object prefixes for an event selector.
For more information, see Data Events in the AWS CloudTrail User Guide.
public EventSelector withDataResources(Collection<DataResource> dataResources)
CloudTrail supports logging only data events for S3 objects. You can specify up to 50 S3 buckets and object prefixes for an event selector.
For more information, see Data Events in the AWS CloudTrail User Guide.
dataResources
- CloudTrail supports logging only data events for S3 objects. You can specify up to 50 S3 buckets and
object prefixes for an event selector.
For more information, see Data Events in the AWS CloudTrail User Guide.
public String toString()
toString
in class Object
Object.toString()
public EventSelector clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.