paws.analytics (version 0.1.0)

quicksight_describe_group: Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN)

Description

Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).

Usage

quicksight_describe_group(GroupName, AwsAccountId, Namespace)

Arguments

GroupName

[required] The name of the group that you want to describe.

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$describe_group(
  GroupName = "string",
  AwsAccountId = "string",
  Namespace = "string"
)

Details

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

The response is the group object.

CLI Sample:

aws quicksight describe-group -\-aws-account-id=11112222333 -\-namespace=default -\-group-name=Sales