Class: Aws::SecurityLake::Types::LogSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::LogSource
- 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
-
#account ⇒ String
Specify the account from which you want to collect logs.
-
#region ⇒ String
Specify the Regions from which you want to collect logs.
-
#sources ⇒ Array<Types::LogSourceResource>
Specify the sources from which you want to collect logs.
Instance Attribute Details
#account ⇒ String
Specify the account from which you want to collect logs.
1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1541 class LogSource < Struct.new( :account, :region, :sources) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Specify the Regions from which you want to collect logs.
1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1541 class LogSource < Struct.new( :account, :region, :sources) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::LogSourceResource>
Specify the sources from which you want to collect logs.
1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1541 class LogSource < Struct.new( :account, :region, :sources) SENSITIVE = [] include Aws::Structure end |