quicksight_update_iam_policy_assignment {paws.analytics} | R 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:
|
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. |