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

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

Overview

The configuration for the third-party custom source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_configurationTypes::CustomLogSourceCrawlerConfiguration

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



489
490
491
492
493
494
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 489

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:



489
490
491
492
493
494
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 489

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