AWS::Glue::Crawler LakeFormationConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Glue::Crawler LakeFormationConfiguration

Specifies AWS Lake Formation configuration settings for the crawler.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AccountId" : String, "UseLakeFormationCredentials" : Boolean }

YAML

AccountId: String UseLakeFormationCredentials: Boolean

Properties

AccountId

Required for cross account crawls. For same account crawls as the target data, this can be left as null.

Required: No

Type: String

Minimum: 0

Maximum: 12

Update requires: No interruption

UseLakeFormationCredentials

Specifies whether to use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.

Required: No

Type: Boolean

Update requires: No interruption