Class: Aws::SecurityLake::Types::CustomLogSourceCrawlerConfiguration

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

Overview

The configuration for the Glue Crawler for the third-party custom source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler. The recommended IAM policies are:

  • The managed policy AWSGlueServiceRole

  • A custom policy granting access to your Amazon S3 Data Lake

Returns:

  • (String)


511
512
513
514
515
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 511

class CustomLogSourceCrawlerConfiguration < Struct.new(
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end