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