Updates the permissions of a topic
Source:R/quicksight_operations.R
quicksight_update_topic_permissions.RdUpdates the permissions of a topic.
See https://www.paws-r-sdk.com/docs/quicksight_update_topic_permissions/ for full documentation.
Usage
quicksight_update_topic_permissions(
AwsAccountId,
TopicId,
GrantPermissions = NULL,
RevokePermissions = NULL
)Arguments
- AwsAccountId
[required] The ID of the Amazon Web Services account that contains the topic that you want to update the permissions for.
- TopicId
[required] The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- GrantPermissions
The resource permissions that you want to grant to the topic.
- RevokePermissions
The resource permissions that you want to revoke from the topic.