Class: Aws::DataZone::Types::LakeFormationConfiguration

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

Overview

The Lake Formation configuration of the Data Lake blueprint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_registration_exclude_s3_locationsArray<String>

Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.

Returns:

  • (Array<String>)


8897
8898
8899
8900
8901
8902
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8897

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

#location_registration_roleString

The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.

Returns:

  • (String)


8897
8898
8899
8900
8901
8902
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8897

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