quicksight_update_data_source_permissions {paws.analytics} | R 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. |
[Package paws.analytics version 0.7.0 Index]