public static interface CustomLogSourceCrawlerConfiguration.Builder extends SdkPojo, CopyableBuilder<CustomLogSourceCrawlerConfiguration.Builder,CustomLogSourceCrawlerConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CustomLogSourceCrawlerConfiguration.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue
crawler.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomLogSourceCrawlerConfiguration.Builder roleArn(String roleArn)
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
roleArn - 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
Copyright © 2023. All rights reserved.