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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1541
1542
1543
1544
1545
1546
1547
# File 'lib/aws-sdk-securitylake/types.rb', line 1541

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)


1541
1542
1543
1544
1545
1546
1547
# File 'lib/aws-sdk-securitylake/types.rb', line 1541

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:



1541
1542
1543
1544
1545
1546
1547
# File 'lib/aws-sdk-securitylake/types.rb', line 1541

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