Skip to main content

namespaces_list_only

Lists namespaces in a region or regions, for all properties use namespaces

Overview

Namenamespaces_list_only
TypeResource
DescriptionDefinition of AWS::RedshiftServerless::Namespace Resource Type
Idaws.redshiftserverless.namespaces_list_only

Fields

NameDatatypeDescription
namespaceobjectDefinition of Namespace resource.
namespace_namestringA unique identifier for the namespace. You use this identifier to refer to the namespace for any subsequent namespace operations such as deleting or modifying. All alphabetical characters must be lower case. Namespace name should be unique for all namespaces within an AWS account.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all namespaces in a region.

SELECT
region,
namespace_name
FROM aws.redshiftserverless.namespaces_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the namespaces_list_only resource, see namespaces