channel_namespace_tags
Expands all tag keys and values for channel_namespaces
in a region
Overview
Name | channel_namespace_tags |
Type | Resource |
Description | Resource schema for AppSync ChannelNamespace |
Id | aws.appsync.channel_namespace_tags |
Fields
Name | Datatype | Description |
---|---|---|
api_id | string | AppSync Api Id that this Channel Namespace belongs to. |
name | string | Namespace indentifier. |
subscribe_auth_modes | array | List of AuthModes supported for Subscribe operations. |
publish_auth_modes | array | List of AuthModes supported for Publish operations. |
code_handlers | string | String of APPSYNC_JS code to be used by the handlers. |
code_s3_location | string | The Amazon S3 endpoint where the code is located. |
channel_namespace_arn | string | The Amazon Resource Name (ARN) for the Channel Namespace. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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