Class: Aws::SecurityLake::Types::CustomLogSourceCrawlerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CustomLogSourceCrawlerConfiguration
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
The configuration used for the Glue Crawler for a third-party custom source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler.
Instance Attribute Details
#role_arn ⇒ String
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
516 517 518 519 520 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 516 class CustomLogSourceCrawlerConfiguration < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |