Class: Aws::SecurityLake::Types::LogSource

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

Overview

Amazon Security Lake can collect logs and events from natively-supported Amazon Web Services services and custom sources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountString

Specify the account from which you want to collect logs.

Returns:

  • (String)


1534
1535
1536
1537
1538
1539
1540
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1534

class LogSource < Struct.new(
  :account,
  :region,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Specify the Regions from which you want to collect logs.

Returns:

  • (String)


1534
1535
1536
1537
1538
1539
1540
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1534

class LogSource < Struct.new(
  :account,
  :region,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::LogSourceResource>

Specify the sources from which you want to collect logs.

Returns:



1534
1535
1536
1537
1538
1539
1540
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1534

class LogSource < Struct.new(
  :account,
  :region,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end