aws.codecommit.get_comment_reactions
Example SQL Queries
SELECT * FROMaws.codecommit.get_comment_reactionsWHERE"comment_id" = 'VALUE';Description
Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.
Table Definition
| Column Name | Column Data Type |
|---|---|
| comment_id Required Input Column The ID of the comment for which you want to get reactions information. | VARCHAR |
| max_results Input Column A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000. | BIGINT |
| next_token Input Column An enumeration token that can be used in a request to return the next batch of the results. | VARCHAR |
| reaction_user_arn Input Column Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| reactions_for_comment An array of reactions to the specified comment. | STRUCT( |
Show child fields
| |