Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 619 Bytes

File metadata and controls

26 lines (19 loc) · 619 Bytes
page_title redshift_namespace Data Source - terraform-provider-redshift
subcategory
description Gets the cluster namespace (unique ID) of the Amazon Redshift cluster.

redshift_namespace (Data Source)

Gets the cluster namespace (unique ID) of the Amazon Redshift cluster.

Example Usage

data "redshift_namespace" "namespace" {
  # no attributes required. Cluster namespace will be set as the id.
}

Schema

Read-Only

  • id (String) The ID of this resource.