You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LakeFormation::Types::PutDataLakeSettingsRequestWhen passing PutDataLakeSettingsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
catalog_id: "CatalogIdString",
data_lake_settings: { data_lake_admins: [
{
data_lake_principal_identifier: "DataLakePrincipalString",
},
],
create_database_default_permissions: [
{
principal: {
data_lake_principal_identifier: "DataLakePrincipalString",
},
permissions: ["ALL"], },
],
create_table_default_permissions: [
{
principal: {
data_lake_principal_identifier: "DataLakePrincipalString",
},
permissions: ["ALL"], },
],
trusted_resource_owners: ["CatalogIdString"],
},
}
Instance Attribute Summary collapse
The identifier for the Data Catalog.
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
#data_lake_settings ⇒ Types::DataLakeSettingsA structure representing a list of AWS Lake Formation principals designated as data lake administrators.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4