Class: Aws::SecurityLake::Types::CustomLogSourceResource

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#attributesTypes::CustomLogSourceAttributes

The attributes of a third-party custom source.



570
571
572
573
574
575
576
577
# File 'lib/aws-sdk-securitylake/types.rb', line 570

class CustomLogSourceResource < Struct.new(
  :attributes,
  :provider,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#providerTypes::CustomLogSourceProvider

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



570
571
572
573
574
575
576
577
# File 'lib/aws-sdk-securitylake/types.rb', line 570

class CustomLogSourceResource < Struct.new(
  :attributes,
  :provider,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#source_nameString

The name for a third-party custom source. This must be a Regionally unique value.

Returns:

  • (String)


570
571
572
573
574
575
576
577
# File 'lib/aws-sdk-securitylake/types.rb', line 570

class CustomLogSourceResource < Struct.new(
  :attributes,
  :provider,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#source_versionString

The version for a third-party custom source. This must be a Regionally unique value.

Returns:

  • (String)


570
571
572
573
574
575
576
577
# File 'lib/aws-sdk-securitylake/types.rb', line 570

class CustomLogSourceResource < Struct.new(
  :attributes,
  :provider,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end