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 add a comment to. |
Client Token | A unique identifier (typically a UUID) to ensure request idempotency, preventing duplicate case creation if a request is retried. |
Comment Content | Content for the new comment. |
{
"commentId": "123456"
}
Was this page helpful?