Interface CustomLogSourceCrawlerConfiguration.Builder

    • Method Detail

      • roleArn

        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. The recommended IAM policies are:

        • The managed policy AWSGlueServiceRole

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

        Parameters:
        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

        Returns:
        Returns a reference to this object so that method calls can be chained together.