Class: Aws::SecurityLake::Types::CustomLogSourceAttributes

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

Overview

The attributes of a third-party custom source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_arnString

The ARN of the Glue crawler.

Returns:

  • (String)


473
474
475
476
477
478
479
# File 'lib/aws-sdk-securitylake/types.rb', line 473

class CustomLogSourceAttributes < Struct.new(
  :crawler_arn,
  :database_arn,
  :table_arn)
  SENSITIVE = []
  include Aws::Structure
end

#database_arnString

The ARN of the Glue database where results are written, such as: ‘arn:aws:daylight:us-east-1::database/sometable/*`.

Returns:

  • (String)


473
474
475
476
477
478
479
# File 'lib/aws-sdk-securitylake/types.rb', line 473

class CustomLogSourceAttributes < Struct.new(
  :crawler_arn,
  :database_arn,
  :table_arn)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

The ARN of the Glue table.

Returns:

  • (String)


473
474
475
476
477
478
479
# File 'lib/aws-sdk-securitylake/types.rb', line 473

class CustomLogSourceAttributes < Struct.new(
  :crawler_arn,
  :database_arn,
  :table_arn)
  SENSITIVE = []
  include Aws::Structure
end