in awscdkredshiftalpha/awscdkredshiftalpha.go [2115:2126]
func (t *jsiiProxy_Table) Grant(user IUser, actions ...TableAction) {
args := []interface{}{user}
for _, a := range actions {
args = append(args, a)
}
_jsii_.InvokeVoid(
t,
"grant",
args,
)
}