(aws-glue): expose grant API for glue Table #17935
Labels
@aws-cdk/aws-glue
Related to AWS Glue
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p1
Description
Currently the
table.grant()
API is private:aws-cdk/packages/@aws-cdk/aws-glue/lib/table.ts
Lines 328 to 334 in 42cf186
AFAIK that is not the typical CDK behavior. We usually expose
grant
APIs to unblock users who want to grant custom permissions.Use Case
I want to grant a custom permission to a glue table. Specifically I want to do:
Proposed Solution
Expose the API as
public
.Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: