Class: Aws::SecurityLake::Types::AwsLogSourceConfiguration

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

Overview

The Security Lake logs source configuration file describes the information needed to generate Security Lake logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<String>

Specify the Amazon Web Services account information where you want to enable Security Lake.

Returns:

  • (Array<String>)


81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 81

class AwsLogSourceConfiguration < Struct.new(
  :accounts,
  :regions,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

Specify the Regions where you want to enable Security Lake.

Returns:

  • (Array<String>)


81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 81

class AwsLogSourceConfiguration < Struct.new(
  :accounts,
  :regions,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#source_nameString

The name for a Amazon Web Services source. This must be a Regionally unique value.

Returns:

  • (String)


81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 81

class AwsLogSourceConfiguration < Struct.new(
  :accounts,
  :regions,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#source_versionString

The version for a Amazon Web Services source. This must be a Regionally unique value.

Returns:

  • (String)


81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 81

class AwsLogSourceConfiguration < Struct.new(
  :accounts,
  :regions,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end