func()

in awscdkredshiftalpha/awscdkredshiftalpha.go [1762:1773]


func (i *jsiiProxy_ITable) Grant(user IUser, actions ...TableAction) {
	args := []interface{}{user}
	for _, a := range actions {
		args = append(args, a)
	}

	_jsii_.InvokeVoid(
		i,
		"grant",
		args,
	)
}