aws.chime.get_channel_message
Example SQL Queries
SELECT * FROMaws.chime.get_channel_messageWHERE"channel_arn" = 'VALUE'AND "message_id" = 'VALUE';Description
Gets the full details of a channel message.
The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetChannelMessage, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_arn Required Input Column The ARN of the channel. | VARCHAR |
| message_id Required Input Column The ID of the message. | VARCHAR |
| chime_bearer Input Column The AppInstanceUserArn of the user that makes the API call. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| channel_message The details of and content in the message. | STRUCT( |
Show child fields
| |