Resource: aws_redshiftserverless_namespace

Creates a new Amazon Redshift Serverless Namespace.

Example Usage

resource "aws_redshiftserverless_namespace" "example" {
  namespace_name = "concurrency-scaling"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

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

Import

In Terraform v1.5.0 and later, use an import block to import Redshift Serverless Namespaces using the namespace_name. For example:

import {
  to = aws_redshiftserverless_namespace.example
  id = "example"
}

Using terraform import, import Redshift Serverless Namespaces using the namespace_name. For example:

% terraform import aws_redshiftserverless_namespace.example example