quicksight_update_template_permissions {paws.analytics} | R Documentation |
Updates the resource permissions for a template
Description
Updates the resource permissions for a template.
See https://www.paws-r-sdk.com/docs/quicksight_update_template_permissions/ for full documentation.
Usage
quicksight_update_template_permissions(
AwsAccountId,
TemplateId,
GrantPermissions = NULL,
RevokePermissions = NULL
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the template. |
TemplateId |
[required] The ID for the template. |
GrantPermissions |
A list of resource permissions to be granted on the template. |
RevokePermissions |
A list of resource permissions to be revoked from the template. |
[Package paws.analytics version 0.9.0 Index]