Learn R Programming

paws.analytics (version 0.1.6)

quicksight_create_group: Creates an Amazon QuickSight group

Description

Creates an Amazon QuickSight group.

Usage

quicksight_create_group(GroupName, Description, AwsAccountId, Namespace)

Arguments

GroupName

[required] A name for the group that you want to create.

Description

A description for the group that you want to create.

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$create_group(
  GroupName = "string",
  Description = "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 a group object.