Class: Aws::SecurityLake::Types::CustomLogSourceResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CustomLogSourceResource
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
Amazon Security Lake can collect logs and events from third-party custom sources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::CustomLogSourceAttributes
The attributes of a third-party custom source.
-
#provider ⇒ Types::CustomLogSourceProvider
The details of the log provider for a third-party custom source.
-
#source_name ⇒ String
The name for a third-party custom source.
-
#source_version ⇒ String
The version for a third-party custom source.
Instance Attribute Details
#attributes ⇒ Types::CustomLogSourceAttributes
The attributes of a third-party custom source.
570 571 572 573 574 575 576 577 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 570 class CustomLogSourceResource < Struct.new( :attributes, :provider, :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ Types::CustomLogSourceProvider
The details of the log provider for a third-party custom source.
570 571 572 573 574 575 576 577 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 570 class CustomLogSourceResource < Struct.new( :attributes, :provider, :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |
#source_name ⇒ String
The name for a third-party custom source. This must be a Regionally unique value.
570 571 572 573 574 575 576 577 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 570 class CustomLogSourceResource < Struct.new( :attributes, :provider, :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |
#source_version ⇒ String
The version for a third-party custom source. This must be a Regionally unique value.
570 571 572 573 574 575 576 577 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 570 class CustomLogSourceResource < Struct.new( :attributes, :provider, :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |