Class: Aws::SecurityLake::Types::CustomLogSourceConfiguration

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

Overview

The configuration used for the third-party custom source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_configurationTypes::CustomLogSourceCrawlerConfiguration

The configuration used for the Glue Crawler for a third-party custom source.



494
495
496
497
498
499
# File 'lib/aws-sdk-securitylake/types.rb', line 494

class CustomLogSourceConfiguration < Struct.new(
  :crawler_configuration,
  :provider_identity)
  SENSITIVE = []
  include Aws::Structure
end

#provider_identityTypes::AwsIdentity

The identity of the log provider for the third-party custom source.

Returns:



494
495
496
497
498
499
# File 'lib/aws-sdk-securitylake/types.rb', line 494

class CustomLogSourceConfiguration < Struct.new(
  :crawler_configuration,
  :provider_identity)
  SENSITIVE = []
  include Aws::Structure
end