Skip to content

Resource: awsQuicksightGroupMembership

Resource for managing QuickSight Group Membership

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.quicksightGroupMembership.QuicksightGroupMembership(this, "example", {
  groupName: "all-access-users",
  memberName: "john_smith",
});

Argument Reference

The following arguments are supported:

  • groupName - (Required) The name of the group in which the member will be added.
  • memberName - (Required) The name of the member to add to the group.
  • awsAccountId - (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.

Attributes Reference

No additional attributes are exported.

Import

QuickSight Group membership can be imported using the AWS account ID, namespace, group name and member name separated by /.

$ terraform import aws_quicksight_group_membership.example 123456789123/default/all-access-users/john_smith