quicksight_update_theme_permissions: Updates the resource permissions for a theme

View source: R/quicksight_operations.R

quicksight_update_theme_permissionsR Documentation

Updates the resource permissions for a theme

Description

Updates the resource permissions for a theme. Permissions apply to the action to grant or revoke permissions on, for example "quicksight:DescribeTheme".

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

Usage

quicksight_update_theme_permissions(
  AwsAccountId,
  ThemeId,
  GrantPermissions = NULL,
  RevokePermissions = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the theme.

ThemeId

[required] The ID for the theme.

GrantPermissions

A list of resource permissions to be granted for the theme.

RevokePermissions

A list of resource permissions to be revoked from the theme.


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