Delete Iam Policy Assignment
quicksight_delete_iam_policy_assignment | R Documentation |
Deletes an existing IAM policy assignment¶
Description¶
Deletes an existing IAM policy assignment.
Usage¶
quicksight_delete_iam_policy_assignment(AwsAccountId, AssignmentName,
Namespace)
Arguments¶
AwsAccountId |
[required] The Amazon Web Services account ID where you want to delete the IAM policy assignment. |
AssignmentName |
[required] The name of the assignment. |
Namespace |
[required] The namespace that contains the assignment. |
Value¶
A list with the following syntax:
list(
AssignmentName = "string",
RequestId = "string",
Status = 123
)
Request syntax¶
svc$delete_iam_policy_assignment(
AwsAccountId = "string",
AssignmentName = "string",
Namespace = "string"
)