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
.
quicksight_update_iam_policy_assignment(AwsAccountId, AssignmentName,
Namespace, AssignmentStatus, PolicyArn, Identities)
[required] The ID of the AWS account that contains the IAM policy assignment.
[required] The name of the assignment, also called a rule. This name must be unique within an AWS account.
[required] The namespace of the assignment.
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.
The ARN for the IAM policy to apply to the QuickSight users and groups specified in this assignment.
The QuickSight users, groups, or both that you want to assign the policy to.
A list with the following syntax:
list( AssignmentName = "string", AssignmentId = "string", PolicyArn = "string", Identities = list( list( "string" ) ), AssignmentStatus = "ENABLED"|"DRAFT"|"DISABLED", RequestId = "string", Status = 123 )
svc$update_iam_policy_assignment( AwsAccountId = "string", AssignmentName = "string", Namespace = "string", AssignmentStatus = "ENABLED"|"DRAFT"|"DISABLED", PolicyArn = "string", Identities = list( list( "string" ) ) )