Data Lake Settings Create Table Default Permission
data class DataLakeSettingsCreateTableDefaultPermission(val permissions: List<String>? = null, val principal: String? = null)
Properties
Link copied to clipboard
List of permissions that are granted to the principal. Valid values may include ALL
, SELECT
, ALTER
, DROP
, DELETE
, INSERT
, and DESCRIBE
. For more details, see Lake Formation Permissions Reference.