quicksight_update_data_set_permissions: Updates the permissions on a dataset

View source: R/quicksight_operations.R

quicksight_update_data_set_permissionsR Documentation

Updates the permissions on a dataset

Description

Updates the permissions on a dataset.

See https://www.paws-r-sdk.com/docs/quicksight_update_data_set_permissions/ for full documentation.

Usage

quicksight_update_data_set_permissions(
  AwsAccountId,
  DataSetId,
  GrantPermissions = NULL,
  RevokePermissions = NULL
)

Arguments

AwsAccountId

[required] The Amazon Web Services account ID.

DataSetId

[required] The ID for the dataset whose permissions you want to update. 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 dataset.

RevokePermissions

The resource permissions that you want to revoke from the dataset.


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