This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "AccountId" :String, "UseLakeFormationCredentials" :Boolean}
YAML
AccountId:StringUseLakeFormationCredentials: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:
0Maximum:
12Update 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