Parameter | Description |
---|---|
AWS Region(s) | A comma-separated list of AWS region(s) where this action will be executed. For example, to execute in US East and Europe, enter us-east-1,eu-west-1 .Alternatively, you can use the asterisk symbol * to run the action in all available AWS Regions. |
Case ID | The ID of the case to retrieve comments for. |
Max Results | The maximum number of results to return per page for each region. Valid values range from 1 to 25 . |
Next Token | A pagination token for retrieving subsequent pages of results. Can be obtained from the nextToken field in the previous response.Note: This parameter can only be used when a single region is specified. |
{
"items": [
{
"body": "string",
"commentId": "string",
"createdDate": 0,
"creator": "string",
"lastUpdatedBy": "string",
"lastUpdatedDate": 0
}
],
"nextToken": "string",
"total": 0
}
Was this page helpful?