channel_namespaces_list_only
Lists channel_namespaces
in a region or regions, for all properties use channel_namespaces
Overview
Name | channel_namespaces_list_only |
Type | Resource |
Description | Resource schema for AppSync ChannelNamespace |
Id | aws.appsync.channel_namespaces_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Namespace indentifier. |
channel_namespace_arn | string | The Amazon Resource Name (ARN) for the Channel Namespace. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all channel_namespaces
in a region.
SELECT
region,
channel_namespace_arn
FROM aws.appsync.channel_namespaces_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the channel_namespaces_list_only
resource, see channel_namespaces