quicksight_update_iam_policy_assignment: Updates an existing IAM policy assignment

View source: R/quicksight_operations.R

quicksight_update_iam_policy_assignmentR Documentation

Updates an existing IAM policy assignment

Description

Updates an existing IAM policy assignment. This operation updates only the optional parameter or parameters that are specified in the request. This overwrites all of the users included in Identities.

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

Usage

quicksight_update_iam_policy_assignment(
  AwsAccountId,
  AssignmentName,
  Namespace,
  AssignmentStatus = NULL,
  PolicyArn = NULL,
  Identities = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the IAM policy assignment.

AssignmentName

[required] The name of the assignment, also called a rule. The name must be unique within the Amazon Web Services account.

Namespace

[required] The namespace of the assignment.

AssignmentStatus

The status of the assignment. Possible values are as follows:

  • ENABLED - Anything specified in this assignment is used when creating the data source.

  • DISABLED - This assignment isn't used when creating the data source.

  • DRAFT - This assignment is an unfinished draft and isn't used when creating the data source.

PolicyArn

The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.

Identities

The Amazon QuickSight users, groups, or both that you want to assign the policy to.


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