Learn R Programming

paws.analytics (version 0.1.7)

quicksight_update_iam_policy_assignment: 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.

Usage

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

Arguments

AwsAccountId

[required] The ID of the AWS account that contains the IAM policy assignment.

AssignmentName

[required] The name of the assignment. This name must be unique within an AWS 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 QuickSight users and groups specified in this assignment.

Identities

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

Request syntax

svc$update_iam_policy_assignment(
  AwsAccountId = "string",
  AssignmentName = "string",
  Namespace = "string",
  AssignmentStatus = "ENABLED"|"DRAFT"|"DISABLED",
  PolicyArn = "string",
  Identities = list(
    list(
      "string"
    )
  )
)