Class: Aws::Glue::Types::LakeFormationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies Lake Formation configuration settings for the crawler.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

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

Returns:

  • (String)


14581
14582
14583
14584
14585
14586
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14581

class LakeFormationConfiguration < Struct.new(
  :use_lake_formation_credentials,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#use_lake_formation_credentialsBoolean

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

Returns:

  • (Boolean)


14581
14582
14583
14584
14585
14586
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14581

class LakeFormationConfiguration < Struct.new(
  :use_lake_formation_credentials,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end