Resource: aws_quicksight_namespace

Terraform resource for managing an AWS QuickSight Namespace.

Example Usage

Basic Usage

resource "aws_quicksight_namespace" "example" {
  namespace = "example"
}

Argument Reference

The following arguments are required:

The following arguments are optional:

Attribute Reference

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

Timeouts

Configuration options:

Import

In Terraform v1.5.0 and later, use an import block to import QuickSight Namespace using the AWS account ID and namespace separated by commas (,). For example:

import {
  to = aws_quicksight_namespace.example
  id = "123456789012,example"
}

Using terraform import, import QuickSight Namespace using the AWS account ID and namespace separated by commas (,). For example:

% terraform import aws_quicksight_namespace.example 123456789012,example