namespaces_list_only
Lists namespaces
in a region or regions, for all properties use namespaces
Overview
Name | namespaces_list_only |
Type | Resource |
Description | Definition of AWS::RedshiftServerless::Namespace Resource Type |
Id | aws.redshiftserverless.namespaces_list_only |
Fields
Name | Datatype | Description |
---|---|---|
namespace | object | Definition of Namespace resource. |
namespace_name | string | A 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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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