This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Glue::Crawler LakeFormationConfiguration
Specifies Amazon Lake Formation configuration settings for the crawler.
Syntax
To declare this entity in your Amazon 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 Amazon Lake Formation credentials for the crawler instead of the IAM role credentials. Required: No Type: Boolean Update requires: No interruption