Learn R Programming

paws.analytics (version 0.7.0)

quicksight_update_analysis_permissions: Updates the read and write permissions for an analysis

Description

Updates the read and write permissions for an analysis.

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

Usage

quicksight_update_analysis_permissions(
  AwsAccountId,
  AnalysisId,
  GrantPermissions = NULL,
  RevokePermissions = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the analysis whose permissions you're updating. You must be using the Amazon Web Services account that the analysis is in.

AnalysisId

[required] The ID of the analysis whose permissions you're updating. The ID is part of the analysis URL.

GrantPermissions

A structure that describes the permissions to add and the principal to add them to.

RevokePermissions

A structure that describes the permissions to remove and the principal to remove them from.