Skip to content

Commit

Permalink
i/lakeformation: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jun 17, 2021
1 parent 8fa959a commit 5bf5b84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/internal/service/lakeformation/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ func FilterLakeFormationTablePermissions(table *lakeformation.TableResource, all
}

func FilterLakeFormationTableWithColumnsPermissions(twc *lakeformation.TableResource, columnNames []*string, excludedColumnNames []*string, columnWildcard bool, allPermissions []*lakeformation.PrincipalResourcePermissions) []*lakeformation.PrincipalResourcePermissions {
// CREATE PERMS = ALL, ALTER, DELETE, DESCRIBE, DROP, INSERT, SELECT on TableWithColumns, Name = (Table Name), ColumnWildcard
// LIST PERMS = ALL, ALTER, DELETE, DESCRIBE, DROP, INSERT on Table, Name = (Table Name)
// LIST PERMS = SELECT on TableWithColumns, Name = (Table Name), ColumnWildcard
// CREATE PERMS (in) = ALL, ALTER, DELETE, DESCRIBE, DROP, INSERT, SELECT on TableWithColumns, Name = (Table Name), ColumnWildcard
// LIST PERMS (out) = ALL, ALTER, DELETE, DESCRIBE, DROP, INSERT on Table, Name = (Table Name)
// LIST PERMS (out) = SELECT on TableWithColumns, Name = (Table Name), ColumnWildcard

var cleanPermissions []*lakeformation.PrincipalResourcePermissions

Expand Down

0 comments on commit 5bf5b84

Please sign in to comment.