paws.analytics (version 0.1.0)

quicksight_delete_group_membership: Removes a user from a group so that the user is no longer a member of the group

Description

Removes a user from a group so that the user is no longer a member of the group.

Usage

quicksight_delete_group_membership(MemberName, GroupName, AwsAccountId,
  Namespace)

Arguments

MemberName

[required] The name of the user that you want to delete from the group membership.

GroupName

[required] The name of the group that you want to delete the user from.

AwsAccountId

[required] The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.

Namespace

[required] The namespace. Currently, you should set this to default.

Request syntax

svc$delete_group_membership(
  MemberName = "string",
  GroupName = "string",
  AwsAccountId = "string",
  Namespace = "string"
)

Details

The permissions resource is arn:aws:quicksight:us-east-1:<i>&lt;aws-account-id&gt;</i>:group/default/<i>&lt;group-name&gt;</i> .

The condition resource is the user name.

The condition key is quicksight:UserName.

CLI Sample:

aws quicksight delete-group-membership --aws-account-id=111122223333 --namespace=default --group-name=Sales-Management --member-name=Charlie