Class: Aws::SecurityLake::Types::CreateCustomLogSourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::CustomLogSourceConfiguration

The configuration used for the third-party custom source.



211
212
213
214
215
216
217
218
# File 'lib/aws-sdk-securitylake/types.rb', line 211

class CreateCustomLogSourceRequest < Struct.new(
  :configuration,
  :event_classes,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#event_classesArray<String>

The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake. For the list of supported event classes, see the [Amazon Security Lake User Guide].

[1]: docs.aws.amazon.com/security-lake/latest/userguide/adding-custom-sources.html#ocsf-eventclass

Returns:

  • (Array<String>)


211
212
213
214
215
216
217
218
# File 'lib/aws-sdk-securitylake/types.rb', line 211

class CreateCustomLogSourceRequest < Struct.new(
  :configuration,
  :event_classes,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#source_nameString

Specify the name for a third-party custom source. This must be a Regionally unique value. The ‘sourceName` you enter here, is used in the `LogProviderRole` name which follows the convention `AmazonSecurityLake-Provider-of the custom source-region`. You must use a `CustomLogSource` name that is shorter than or equal to 20 characters. This ensures that the `LogProviderRole` name is below the 64 character limit.

Returns:

  • (String)


211
212
213
214
215
216
217
218
# File 'lib/aws-sdk-securitylake/types.rb', line 211

class CreateCustomLogSourceRequest < Struct.new(
  :configuration,
  :event_classes,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#source_versionString

Specify the source version for the third-party custom source, to limit log collection to a specific version of custom data source.

Returns:

  • (String)


211
212
213
214
215
216
217
218
# File 'lib/aws-sdk-securitylake/types.rb', line 211

class CreateCustomLogSourceRequest < Struct.new(
  :configuration,
  :event_classes,
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end