Class: Aws::SecurityLake::Types::CustomLogSourceAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CustomLogSourceAttributes
- 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
-
#crawler_arn ⇒ String
The ARN of the Glue crawler.
-
#database_arn ⇒ String
The ARN of the Glue database where results are written, such as: ‘arn:aws:daylight:us-east-1::database/sometable/*`.
-
#table_arn ⇒ String
The ARN of the Glue table.
Instance Attribute Details
#crawler_arn ⇒ String
The ARN of the Glue crawler.
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_arn ⇒ String
The ARN of the Glue database where results are written, such as: ‘arn:aws:daylight:us-east-1::database/sometable/*`.
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_arn ⇒ String
The ARN of the Glue table.
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 |