aws.chime_sdk_messaging.describe_channel_moderator
Example SQL Queries
SELECT * FROMaws.chime_sdk_messaging.describe_channel_moderatorWHERE"channel_arn" = 'VALUE'AND "channel_moderator_arn" = 'VALUE'AND "chime_bearer" = 'VALUE';Description
Returns the full details of a single ChannelModerator.
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_arn Required Input Column The ARN of the channel. | VARCHAR |
| channel_moderator_arn Required Input Column The AppInstanceUserArn of the channel moderator. | VARCHAR |
| chime_bearer Required Input Column The ARN of the AppInstanceUser or AppInstanceBot 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_moderator The details of the channel moderator. | STRUCT( |
Show child fields
| |