AWS Amazon QuickSight Group Membership

This page shows how to write Terraform and CloudFormation for Amazon QuickSight Group Membership and write them securely.

aws_quicksight_group_membership (Terraform)

The Group Membership in Amazon QuickSight can be configured in Terraform with the resource name aws_quicksight_group_membership. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are supported:

  • group_name - (Required) The name of the group in which the member will be added.
  • member_name - (Required) The name of the member to add to the group.
  • aws_account_id - (Optional) 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. Defaults to default. Currently only default is supported.

No additional attributes are exported.

Explanation in Terraform Registry

Resource for managing QuickSight Group Membership

AWS::QuickSight::DataSource (CloudFormation)

The DataSource in QuickSight can be configured in CloudFormation with the resource name AWS::QuickSight::DataSource. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

Explanation in CloudFormation Registry

Creates a data source.

Frequently asked questions

What is AWS Amazon QuickSight Group Membership?

AWS Amazon QuickSight Group Membership is a resource for Amazon QuickSight of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.