Skip to main content

channel_namespace_tags

Expands all tag keys and values for channel_namespaces in a region

Overview

Namechannel_namespace_tags
TypeResource
DescriptionResource schema for AppSync ChannelNamespace
Idaws.appsync.channel_namespace_tags

Fields

NameDatatypeDescription
api_idstringAppSync Api Id that this Channel Namespace belongs to.
namestringNamespace indentifier.
subscribe_auth_modesarrayList of AuthModes supported for Subscribe operations.
publish_auth_modesarrayList of AuthModes supported for Publish operations.
code_handlersstringString of APPSYNC_JS code to be used by the handlers.
code_s3_locationstringThe Amazon S3 endpoint where the code is located.
channel_namespace_arnstringThe Amazon Resource Name (ARN) for the Channel Namespace.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all channel_namespaces in a region.

SELECT
region,
api_id,
name,
subscribe_auth_modes,
publish_auth_modes,
code_handlers,
code_s3_location,
channel_namespace_arn,
tag_key,
tag_value
FROM aws.appsync.channel_namespace_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the channel_namespace_tags resource, see channel_namespaces