quicksight_update_topic_permissions: Updates the permissions of a topic

View source: R/quicksight_operations.R

quicksight_update_topic_permissionsR Documentation

Updates the permissions of a topic

Description

Updates 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.