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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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)


468
469
470
471
472
473
474
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 468

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)


468
469
470
471
472
473
474
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 468

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)


468
469
470
471
472
473
474
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 468

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