@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataLakeSource extends Object implements Serializable, Cloneable, StructuredPojo
Amazon Security Lake collects logs and events from supported Amazon Web Services and custom sources. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide.
Constructor and Description |
---|
DataLakeSource() |
Modifier and Type | Method and Description |
---|---|
DataLakeSource |
clone() |
boolean |
equals(Object obj) |
String |
getAccount()
The ID of the Security Lake account for which logs are collected.
|
List<String> |
getEventClasses()
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom
source will send to Security Lake.
|
String |
getSourceName()
The supported Amazon Web Services from which logs and events are collected.
|
List<DataLakeSourceStatus> |
getSourceStatuses()
The log status for the Security Lake account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccount(String account)
The ID of the Security Lake account for which logs are collected.
|
void |
setEventClasses(Collection<String> eventClasses)
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom
source will send to Security Lake.
|
void |
setSourceName(String sourceName)
The supported Amazon Web Services from which logs and events are collected.
|
void |
setSourceStatuses(Collection<DataLakeSourceStatus> sourceStatuses)
The log status for the Security Lake account.
|
String |
toString()
Returns a string representation of this object.
|
DataLakeSource |
withAccount(String account)
The ID of the Security Lake account for which logs are collected.
|
DataLakeSource |
withEventClasses(Collection<String> eventClasses)
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom
source will send to Security Lake.
|
DataLakeSource |
withEventClasses(String... eventClasses)
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom
source will send to Security Lake.
|
DataLakeSource |
withSourceName(String sourceName)
The supported Amazon Web Services from which logs and events are collected.
|
DataLakeSource |
withSourceStatuses(Collection<DataLakeSourceStatus> sourceStatuses)
The log status for the Security Lake account.
|
DataLakeSource |
withSourceStatuses(DataLakeSourceStatus... sourceStatuses)
The log status for the Security Lake account.
|
public void setAccount(String account)
The ID of the Security Lake account for which logs are collected.
account
- The ID of the Security Lake account for which logs are collected.public String getAccount()
The ID of the Security Lake account for which logs are collected.
public DataLakeSource withAccount(String account)
The ID of the Security Lake account for which logs are collected.
account
- The ID of the Security Lake account for which logs are collected.public List<String> getEventClasses()
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake. The supported event classes are:
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
public void setEventClasses(Collection<String> eventClasses)
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake. The supported event classes are:
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
eventClasses
- The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the
custom source will send to Security Lake. The supported event classes are:
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
public DataLakeSource withEventClasses(String... eventClasses)
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake. The supported event classes are:
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
NOTE: This method appends the values to the existing list (if any). Use
setEventClasses(java.util.Collection)
or withEventClasses(java.util.Collection)
if you want to
override the existing values.
eventClasses
- The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the
custom source will send to Security Lake. The supported event classes are:
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
public DataLakeSource withEventClasses(Collection<String> eventClasses)
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake. The supported event classes are:
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
eventClasses
- The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the
custom source will send to Security Lake. The supported event classes are:
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
public void setSourceName(String sourceName)
The supported Amazon Web Services from which logs and events are collected. Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
sourceName
- The supported Amazon Web Services from which logs and events are collected. Amazon Security Lake supports
log and event collection for natively supported Amazon Web Services.public String getSourceName()
The supported Amazon Web Services from which logs and events are collected. Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
public DataLakeSource withSourceName(String sourceName)
The supported Amazon Web Services from which logs and events are collected. Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
sourceName
- The supported Amazon Web Services from which logs and events are collected. Amazon Security Lake supports
log and event collection for natively supported Amazon Web Services.public List<DataLakeSourceStatus> getSourceStatuses()
The log status for the Security Lake account.
public void setSourceStatuses(Collection<DataLakeSourceStatus> sourceStatuses)
The log status for the Security Lake account.
sourceStatuses
- The log status for the Security Lake account.public DataLakeSource withSourceStatuses(DataLakeSourceStatus... sourceStatuses)
The log status for the Security Lake account.
NOTE: This method appends the values to the existing list (if any). Use
setSourceStatuses(java.util.Collection)
or withSourceStatuses(java.util.Collection)
if you want
to override the existing values.
sourceStatuses
- The log status for the Security Lake account.public DataLakeSource withSourceStatuses(Collection<DataLakeSourceStatus> sourceStatuses)
The log status for the Security Lake account.
sourceStatuses
- The log status for the Security Lake account.public String toString()
toString
in class Object
Object.toString()
public DataLakeSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.