
add-communication-to-case
*************************


DESCRIPTION
===========

This action adds additional customer communication to an AWS Support
case. You use the *CaseId* value to identify the case to which you
want to add communication. You can list a set of email addresses to
copy on the communication using the *CcEmailAddresses* value. The
*CommunicationBody* value contains the text of the communication.

This action's response indicates the success or failure of the
request.

This action implements a subset of the behavior on the AWS Support
Your Support Cases web form.


SYNOPSIS
========

   aws support add-communication-to-case
     --communication-body <value>
     [--case-id <value>]
     [--cc-email-addresses <value>]


REQUIRED PARAMETERS
===================

"--communication-body"  (string)


OPTIONAL PARAMETERS
===================

"--case-id"  (string)

"--cc-email-addresses"  (list of string)

   *Parameter Syntax*

      ["string", ...]
