quicksight_update_data_source_permissions: Updates the permissions to a data source

View source: R/quicksight_operations.R

quicksight_update_data_source_permissionsR Documentation

Updates the permissions to a data source

Description

Updates the permissions to a data source.

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

Usage

quicksight_update_data_source_permissions(
  AwsAccountId,
  DataSourceId,
  GrantPermissions = NULL,
  RevokePermissions = NULL
)

Arguments

AwsAccountId

[required] The Amazon Web Services account ID.

DataSourceId

[required] The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

GrantPermissions

A list of resource permissions that you want to grant on the data source.

RevokePermissions

A list of resource permissions that you want to revoke on the data source.


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