Class: Aws::SecurityLake::Types::CustomLogSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CustomLogSourceConfiguration
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
The configuration used for the third-party custom source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawler_configuration ⇒ Types::CustomLogSourceCrawlerConfiguration
The configuration used for the Glue Crawler for a third-party custom source.
-
#provider_identity ⇒ Types::AwsIdentity
The identity of the log provider for the third-party custom source.
Instance Attribute Details
#crawler_configuration ⇒ Types::CustomLogSourceCrawlerConfiguration
The configuration used for the Glue Crawler for a third-party custom source.
441 442 443 444 445 446 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 441 class CustomLogSourceConfiguration < Struct.new( :crawler_configuration, :provider_identity) SENSITIVE = [] include Aws::Structure end |
#provider_identity ⇒ Types::AwsIdentity
The identity of the log provider for the third-party custom source.
441 442 443 444 445 446 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 441 class CustomLogSourceConfiguration < Struct.new( :crawler_configuration, :provider_identity) SENSITIVE = [] include Aws::Structure end |