AWS::Glue::Crawler LakeFormationConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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 Amazon Lake Formation credentials for the crawler instead of the IAM role credentials.

Required: No

Type: Boolean

Update requires: No interruption