Class: Aws::DataZone::Types::LakeFormationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LakeFormationConfiguration
- 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
-
#location_registration_exclude_s3_locations ⇒ Array<String>
Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
-
#location_registration_role ⇒ String
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.
Instance Attribute Details
#location_registration_exclude_s3_locations ⇒ Array<String>
Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
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_role ⇒ String
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.
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 |