Resource: aws_quicksight_user

Resource for managing QuickSight User

Example Usage

resource "aws_quicksight_user" "example" {
  session_name  = "an-author"
  email         = "author@example.com"
  namespace     = "foo"
  identity_type = "IAM"
  iam_arn       = "arn:aws:iam::123456789012:user/Example"
  user_role     = "AUTHOR"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

You cannot import this resource.