Class: Aws::SecurityLake::Types::DataLakeSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb

Overview

Amazon Security Lake collects logs and events from supported Amazon Web Services services and custom sources. For the list of supported Amazon Web Services services, see the Amazon Security Lake User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountString

The ID of the Security Lake account for which logs are collected.

Returns:

  • (String)


814
815
816
817
818
819
820
821
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 814

class DataLakeSource < Struct.new(
  :account,
  :event_classes,
  :source_name,
  :source_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#event_classesArray<String>

The Open Cybersecurity Schema Framework (OCSF) event classes describes the type of data that the custom source will send to Security Lake. For the list of supported event classes, see Supported OCSF Event classes in the Amazon Security Lake User Guide.

Returns:

  • (Array<String>)


814
815
816
817
818
819
820
821
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 814

class DataLakeSource < Struct.new(
  :account,
  :event_classes,
  :source_name,
  :source_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#source_nameString

The supported Amazon Web Services services from which logs and events are collected. Amazon Security Lake supports log and event collection for natively supported Amazon Web Services services.

Returns:

  • (String)


814
815
816
817
818
819
820
821
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 814

class DataLakeSource < Struct.new(
  :account,
  :event_classes,
  :source_name,
  :source_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#source_statusesArray<Types::DataLakeSourceStatus>

The log status for the Security Lake account.

Returns:



814
815
816
817
818
819
820
821
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 814

class DataLakeSource < Struct.new(
  :account,
  :event_classes,
  :source_name,
  :source_statuses)
  SENSITIVE = []
  include Aws::Structure
end